Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e19e214
chore: tweaks (#1)
tmm Mar 12, 2026
11e8e5c
docs: add Machine Payments (MPP) section (#2)
brendanjryan Mar 12, 2026
8a942a0
docs: use stepped layout for Foundry install (#7)
onbjerg Mar 13, 2026
610b31f
docs: add Python SDK page (#4)
onbjerg Mar 13, 2026
6456e53
docs: pin tempo-alloy (#5)
onbjerg Mar 13, 2026
1796cb3
docs: tempo-go v0.3.0 (#6)
onbjerg Mar 13, 2026
037c8ed
docs: add Python to SDKs Support banner (#9)
onbjerg Mar 15, 2026
fa95d5c
docs: add cast tabs to tempo tx examples (#10)
onbjerg Mar 15, 2026
b7b5027
docs: add Rust tabs to tempo tx examples (#11)
onbjerg Mar 15, 2026
4fcc070
docs: pytempo examples (#12)
onbjerg Mar 15, 2026
b54ba32
docs: add Go tabs to tempo tx examples (#13)
onbjerg Mar 15, 2026
7f5107b
docs: add 'How sessions work' diagram to streamed payments page (#14)
brendanjryan Mar 15, 2026
11d2457
docs: add more sdks to "Accept a payment" (#16)
onbjerg Mar 16, 2026
3ed86ed
docs: add more sdks to "Send a payment" (#15)
onbjerg Mar 16, 2026
51fe216
chore: update new code examples to mainnet (#19)
onbjerg Mar 16, 2026
d620701
chore(python): bump pytempo v0.4.0 (#18)
0xrusowsky Mar 16, 2026
29499b8
fix(rust): use signer provider for sending txs (#17)
0xrusowsky Mar 16, 2026
158032f
docs: testnet -> mainnet for code examples, network details, etc (#8)
tmm Mar 16, 2026
0ec6e27
ci: sync workflow (#22)
tmm Mar 16, 2026
0879a31
chore: docs sync (#23)
tmm Mar 16, 2026
a78a3ae
ci: up (#24)
tmm Mar 16, 2026
396ce30
chore: sync from tempoxyz/docs (#26)
tmm Mar 16, 2026
8c227b7
chore: bump vocs next (#27)
tmm Mar 16, 2026
1432378
docs(sdks): pay fees with stablecoin examples (#20)
0xrusowsky Mar 16, 2026
af4a8e4
chore: bump vocs to 8b55a2c (#28)
tmm Mar 16, 2026
19be559
docs(sdks): fee sponsorship (#21)
0xrusowsky Mar 16, 2026
9c578fe
feat: add interactive terminal demo to machine payments page (#30)
brendanjryan Mar 16, 2026
7441b86
docs(nav): reorganize build and quickstart sections (#32)
letstokenize Mar 16, 2026
d218c09
docs: getting funds page, update building with ai (#35)
jxom Mar 17, 2026
2135d26
docs: add Tempo Wallet CLI docs section (#36)
Slokh Mar 17, 2026
5a96253
docs: add SKILL.md and AI card to homepage (#37)
jxom Mar 17, 2026
c7613b5
chore: sync from tempoxyz/docs (#38)
tmm Mar 17, 2026
73fbdda
chore: redirects (#40)
tmm Mar 17, 2026
de30503
fix: redirect (#41)
tmm Mar 17, 2026
ade518b
chore: sync from tempoxyz/docs (#42)
tmm Mar 17, 2026
58a645a
chore: point index supply guide to mainnet (#39)
tmm Mar 17, 2026
7152f88
Mainnet ready: ecosystem infrastructure pages, connection updates (#44)
letstokenize Mar 17, 2026
71cc930
Restructure CLI docs under Tempo Developer Tools (#43)
snario Mar 17, 2026
a44f633
chore: sync from tempoxyz/docs (#47)
tmm Mar 18, 2026
ddc303e
feat: merge docs-mainnet into docs
tmm Mar 18, 2026
9cb152a
chore: biome format
tmm Mar 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: pnpm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: --max-old-space-size=4096

e2e:
name: E2E Tests (${{ matrix.shard }}/${{ strategy.job-total }})
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<p align="center">
<a href="https://tempo.xyz">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tempoxyz/.github/refs/heads/main/assets/combomark-dark.svg">
<img alt="tempo combomark" src="https://raw.githubusercontent.com/tempoxyz/.github/refs/heads/main/assets/combomark-bright.svg" width="auto" height="120">
<source media="(prefers-color-scheme: dark)" srcset="/public/lockup-dark.svg">
<img alt="tempo lockup" src="/public/lockup-light.svg" width="auto" height="80">
</picture>
</a>
</p>
Expand Down
49 changes: 49 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: tempo-docs
description: Answer Tempo blockchain questions using official documentation. Use when asked about Tempo protocol, TIP-20 tokens, fees, transactions, stablecoin DEX, or any Tempo-related questions.
---

# Tempo Docs

Skill for navigating Tempo documentation and source code.

## Quick Context

Before using MCP tools, try fetching context directly:

- **llms.txt** – Concise index of all pages: `https://docs.tempo.xyz/llms.txt`
- **Markdown pages** – Append `.md` to any page URL (e.g. `https://docs.tempo.xyz/quickstart/integrate-tempo.md`)

Use `read_web_page` to fetch these when you need broad context or a quick answer.

## MCP Tools

Use these tools for structured exploration:

| Tool | Description |
| --- | --- |
| `mcp__tempo_mcp__list_pages` | List all documentation pages |
| `mcp__tempo_mcp__read_page` | Read a specific documentation page |
| `mcp__tempo_mcp__search_docs` | Search documentation |
| `mcp__tempo_mcp__list_sources` | List available source repositories |
| `mcp__tempo_mcp__list_source_files` | List files in a directory |
| `mcp__tempo_mcp__read_source_file` | Read a source code file |
| `mcp__tempo_mcp__get_file_tree` | Get recursive file tree |
| `mcp__tempo_mcp__search_source` | Search source code |

## Available Sources

- `tempoxyz/tempo` – Tempo node (Rust)
- `tempoxyz/tempo-ts` – TypeScript SDK
- `paradigmxyz/reth` – Reth Ethereum client
- `foundry-rs/foundry` – Foundry toolkit
- `wevm/viem` – TypeScript Ethereum interface
- `wevm/wagmi` – React hooks for Ethereum

## Workflow

1. **Quick lookup**: Use `read_web_page` on `https://docs.tempo.xyz/llms.txt` for an overview, or fetch a specific page as Markdown
2. **Search docs**: Use `mcp__tempo_mcp__search_docs` to find relevant pages
3. **Read pages**: Use `mcp__tempo_mcp__read_page` with the page path
4. **Explore source**: Use `mcp__tempo_mcp__search_source` or `mcp__tempo_mcp__get_file_tree` to find implementations
5. **Read code**: Use `mcp__tempo_mcp__read_source_file` to examine specific files
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"viem": "^2.44.4",
"vocs": "https://pkg.pr.new/wevm/vocs@e5ad67e",
"vocs": "https://pkg.pr.new/vocs@8b55a2c",
"wagmi": "3.4.1",
"waku": "1.0.0-alpha.2",
"waku": "1.0.0-alpha.4",
"zod": "^4.3.5"
},
"devDependencies": {
Expand Down
60 changes: 33 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/learn/wallet-add-funds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/IndexSupplyQuery.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client'
import * as React from 'react'
import { isAddress, isHash } from 'viem'
import { tempoModerato } from 'viem/chains'
import { tempo } from 'viem/chains'
import type * as z from 'zod/mini'
import LucideExternalLink from '~icons/lucide/external-link'
import { Container } from './Container'
Expand Down Expand Up @@ -68,7 +68,7 @@ function getExplorerHost() {
if (VITE_TEMPO_ENV !== 'testnet' && VITE_EXPLORER_OVERRIDE !== undefined) {
return VITE_EXPLORER_OVERRIDE
}
return tempoModerato.blockExplorers.default.url
return tempo.blockExplorers.default.url
}

function classifyHash(value: string | number | boolean | null): {
Expand Down
Loading
Loading