📄️ Overview
Tour of the scaffold-evvm Next.js frontend — one page per EVVM operation, plus the in-browser EVVMScan block explorer.
📄️ Payments
Send EVVM tokens between users via pay or dispersePay — pick recipient by address or username, customize executor and nonce.
📄️ Staking
Three staking modes (Golden, Presale, Public) with live estimated-rewards and total-staked tiles per address.
📄️ NameService
Tab-by-tab reference for the username lifecycle — pre-register, register, renew, marketplace offers, custom metadata.
📄️ P2P Swap
Maker and taker flows for the peer-to-peer order book — post orders, fill them, and read the live order list.
📄️ Treasury
Deposit and withdraw ERC-20 tokens between an external chain and the EVVM ledger — no signatures, direct caller balance ops.
📄️ Register
Bootstrap a fresh EVVM user with an initial balance via Core.addBalance — the alternative to the faucet for local setups.
📄️ Status
Read-only dashboard for the deployed EVVM stack — contract addresses, admin role, pending proposals, current era, system metadata.
📄️ Faucet
One-click MATE top-up for local development; hidden in non-local environments because it bypasses the standard balance flow.
📄️ Config
Runtime configuration page — change RPC URL, WalletConnect project ID, and display preferences without a redeploy.