GUI for managing token submissions to the Tempo blockchain token list (Chain 4217 — Presto mainnet).
- View current tokens on the Tempo mainnet token list
- Add new tokens via form or paste JSON
- Staging area (localStorage-backed) for batch submissions
- Submit PRs to tempoxyz/tempo-apps via the GitHub API
- Light/dark theme toggle
- Clone the repo
- Copy
config.local.js.exampletoconfig.local.jsand fill in credentials - Open
docs/index.htmlin a browser (or deploy via GitHub Pages)
docs/ # GitHub Pages app
index.html # Single-file app (HTML + CSS + JS)
data/
staging/4217/
entries/ # Staged token entries (one JSON per token)
icons/ # Uploaded SVG icons
archive/4217/ # Archived submissions
scripts/ # CI helper scripts
.github/workflows/ # GitHub Actions
Create config.local.js in the project root (gitignored):
window.TEMPO_CONFIG = {
TEMPO_EXPLORER_USER: '',
TEMPO_EXPLORER_PASS: '',
GITHUB_TOKEN: '',
TEMPO_RPC_URL: '',
};MIT