This is a simple ERC-20 token faucet built to distribute testnet versions of tokens for various test dApps on the Core Testnet.
| Token | Contract Address |
|---|---|
| Lending DAI Token | 0x7a8eF80C8136862fc7402E8Cfb9Cd1ea9c3BFB4B |
| Lending USDT Token | 0x367a5a4C14214BfE67d3C00A97F19Cecd2cf9e87 |
| Lending USDC Token | 0x2bE22845339D49E9b296AbA5462D78F2e929DB05 |
⚠️ These tokens are for Core Testnet use only and have no real-world value.
Tokens available for request:
- ✅ Lending DAI
- ✅ Lending USDT
- ✅ Lending USDC
👉 https://token-faucet-sandy.vercel.app/
- Connect your wallet to the Core Testnet
- Visit the faucet interface
- Choose the token you want to receive
- Click Request Tokens and confirm the transaction
Each wallet can request tokens based on optional rate limits (e.g., per hour/day) to prevent abuse.
- Solidity (
^0.8.x) - OpenZeppelin ERC20 contracts
- Hardhat for smart contract development
- Nextjs + Ethers.js frontend (optional)
- Core Blockchain Testnet
git clone https://github.com/coredao-org/dapp-tutorial
cd app-tutorial/13-Core-Test-Token-Faucetnpm installnpx hardhat compilenpx hardhat run scripts/deploy.js --network corecd frontend
npm install
npm run dev- Connect your wallet to the Core Testnet
- Visit your localhost link.
- Click on any token's Request button to receive test tokens directly to your wallet
You can manually add Core Testnet to MetaMask using:
Network Name: Core Testnet
Chain ID: 1114
Currency Symbol: tCORE
RPC URL: https://rpc.test2.btcs.network
Block Explorer: https://scan.test2.btcs.network
Feel free to fork the repo, suggest features, and open pull requests and add your test tokens to the faucet. Every contribution helps improve the faucet!
This faucet is intended for testing and development only. Tokens dispensed have no real monetary value and should not be used on mainnet.