Token Tool Hub

Token Lab Safe Playground

Connect, choose a testnet, and create your first token. Private keys never leave your wallet.

Get Test ETH
Status: Not connected
Network:
Balance:

Guide

Deploy with Remix Quick Steps

  1. Use Generate Contract below, it opens Remix with your code preloaded.
  2. In Remix → File ExplorerNew Filetesttoken.sol and paste (if not auto-pasted).
  3. Solidity Compiler → pick a 0.8.x version → Compile.
  4. Deploy & Run → Environment: Injected Provider (MetaMask) on your testnet.
  5. Select the contract by symbol, hit Deploy, then confirm in your wallet.
  6. Need funds? Use Get Test ETH above.

After deploy, copy the contract address and try Transfer, Approve, and Peek.

No-Code Wizard

Create an ERC-20 Token (Testnet)

OpenZeppelin standard. Mint goes to your wallet on deploy; you’ll confirm in-wallet.

Minted to your wallet. Uses 18 decimals.

Open Remix

Play

Peek a Token

Read basic metadata of any ERC-20 on the selected testnet.

Handy Links

Open Remix Sepolia Explorer Amoy Explorer

Play

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.