Getting Test Tokens

Fund your wallet for development

Before you can deploy contracts or send transactions, you'll need test tokens on both the Fuji C-Chain and Dispatch networks.

Getting Test Tokens

  1. Open Core wallet and switch to Fuji Testnet:

    • Click the network selector (top of window)
    • Select "Fuji (C-Chain)"
  2. Get test tokens from the faucets:

  3. Verify your balances inside of the codespace, you should have 2 AVAX and 2 DIS:

# Check balance on Fuji C-Chain
cast balance $FUNDED_ADDRESS --rpc-url fuji-c
 
# Check balance on Dispatch
cast balance $FUNDED_ADDRESS --rpc-url fuji-dispatch

You can also check your balance from the core extension, don't forget to toggle testnet mode inside the advanced settings.

Available Networks

For this course, we'll be using two testnet networks:

Fuji C-Chain

  • RPC URL: https://api.avax-test.network/ext/bc/C/rpc
  • Chain ID: 43113
  • Native Token: AVAX
  • Teleporter Messenger: 0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf
  • Teleporter Registry: 0xF86Cb19Ad8405AEFa7d09C778215D2Cb6eBfB228

Dispatch Testnet

Both networks are configured with the same Teleporter Messenger and Registry address for seamless cross-chain communication.

Is this guide helpful?

On this page