Celo Faucet

Instant and reliable. Get testnet CELO for free.

Build Web3 app with Tatum SDK

Tatum SDK is open-source and gives you everything you need to build your Web3 application.

npm i @tatumio/tatum
Copy Code
GitHub license

Easily Monitor Celo Transactions

With the Tatum SDK monitoring even thousands of transactions via webhooks is easy.

import { TatumSDK, Network, Celo } from '@tatumio/tatum'

const tatum = await TatumSDK.init<Celo>({network: Network.CELO})

const data = await tatum.notification.subscribe.addressEvent({
  url: 'https://your-webhook-url.com',
  address: '0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990'
})
Copy Code

Full List of Functions

There's a lot more that you can do with the Tatum SDK. Find the full list of methods in our documentation.

Frequently asked questions

How do I use the Celo Alfajores faucet?

Firstly, you need to sign up for the Tatum dashboard. Please note that we only support regular wallet addresses, not smart contracts.

How often can I use the faucet?

You can request 1 CELO every 24 hours.

What is a Celo Alfajores faucet?

Faucets offer developers testnet CELO to evaluate and refine applications prior to launching on the mainnet.

What is testnet CELO? 

The Alfajores testnet is the testnet for the Celo. Testnets, in the blockchain context, are environments that mirror the main network but use valueless tokens, allowing developers to test their applications, run experiments, or debug issues without incurring real costs or risks. CELO, in this context, refers to the test tokens used on the Alfajores testnet. Developers can acquire these tokens from a faucet, and they're crucial for testing purposes on the network.

I didn't get my token!

The time required for receiving your test tokens can change due to potential network congestion or possibly our set gas amount being slightly lower than other miner-preferred transactions. If you haven't received your testnet tokens after several hours, kindly reach on our Discord server.