Token Tool Hub
Token Lab Playground
Connect, choose a testnet, and create your first token safely. Private keys never leave your wallet.
Guide
Deploy with Remix Quick Steps
- Use Generate Contract in the wizard below — it opens Remix with your code preloaded.
- In Remix left sidebar, click File Explorer → New File → name it
testtoken.sol
and paste (if not auto-pasted). - Go to the Solidity Compiler tab → pick a 0.8.x compiler → click Compile testtoken.sol.
- Open the Deploy & Run tab → Environment: Injected Provider (MetaMask) → ensure it’s your selected testnet.
- Select your contract (by symbol) and click Deploy. Confirm in your wallet.
- Need funds? Use Get Test ETH above.
After deploy, copy your contract address and try the tools below (Transfer, Approve, Peek a Token).
No-Code Wizard
Create an ERC-20 Token (Testnet)
OpenZeppelin standard. We’ll mint to your wallet on deploy. You’ll confirm the transaction in your wallet.
Minted to your wallet. Uses 18 decimals.
Play
Peek a Token
Read basic metadata of any ERC-20 on the selected testnet.
Handy Links
Open Remix Sepolia Explorer Amoy ExplorerPlay
Transfer ERC-20
Send tokens from your connected wallet. Make sure your wallet is on the token’s testnet.
Bridge Helper
Move Funds Between Testnets
Most testnets don’t have universal bridges. Use the official faucet/bridge for the destination chain.
Tip: Switch your wallet to the destination network after claiming. If a true bridge is required, use a multi-bridge aggregator (LI.FI / Socket) on mainnets; testnets typically rely on faucets.
Play
Approve & Check Allowance
Grant a dApp/spender the right to spend your tokens, or check an existing allowance.
Need help using Token Lab? Explore our step-by-step Token Lab Guides for tutorials and tips.