Faucet

The Armchain faucet distributes free devnet ARM tokens for development and testing purposes.

Devnet Faucet

The official devnet faucet is available at:

https://www.armchain.org/faucet (coming soon)

How to Use

  1. Connect to the Armchain devnet (Chain ID: 55)

  2. Copy your wallet address

  3. Visit the faucet URL

  4. Paste your address

  5. Click "Request Tokens"

  6. Tokens arrive within seconds (instant finality)

Limits

Note: Drop amount and cooldown period for the devnet faucet are yet to be finalized.

Parameter
Value

Tokens per request

TBD

Cooldown period

TBD

Local Development (Fakenet)

For local development, fakenet validators are pre-funded. No faucet needed.

Pre-funded Accounts

When running a fakenet with a single validator, --fakenet 1/1, the validator account is funded with a large ARM balance. Use it as a "faucet" for your tests:

Hardhat Local Faucet

⚠ Compatibility Warning: Self-funding via hre.ethers or Hardhat's default signers does not work on Armchain. The deployer.sendTransaction() pattern uses ECDSA and will be rejected. Use the Armchain Ethers SDK example above instead.

Programmatic Faucet (Self-Hosted)

For CI/CD pipelines or automated testing, set up a simple faucet script:

Further Reading

Last updated