Token Tool Hub

Token Lab Playground

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

Get Test ETH
Status: Not connected
Network:
Balance:

Guide

Deploy with Remix Quick Steps

  1. Use Generate Contract in the wizard below — it opens Remix with your code preloaded.
  2. In Remix left sidebar, click File ExplorerNew File → name it testtoken.sol and paste (if not auto-pasted).
  3. Go to the Solidity Compiler tab → pick a 0.8.x compiler → click Compile testtoken.sol.
  4. Open the Deploy & Run tab → Environment: Injected Provider (MetaMask) → ensure it’s your selected testnet.
  5. Select your contract (by symbol) and click Deploy. Confirm in your wallet.
  6. 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.

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.