Celo Quickstart

How to get started building on Celo

You'll need to create a free All That Node account first!

What is Celo?

Celo is a mobile-first PoS blockchain that enables anyone with a mobile phone to access DeFi services and tools, promoting an efficient global ecosystem built around inclusivity and sustainability.

For more information on the Celo, please check out the official documentation.


Endpoints

*Find 'YOUR-API-KEY' by going to the Dashboard menu (Dashboard > Project Detail Page).

Sample

Request

curl https://celo-mainnet-rpc.allthatnode.com/'YOUR-API-KEY' \
-X POST \
-H "Content-Type: application/json" \
-d '{ "jsonrpc":"2.0", "method":"eth_syncing", "params":[], "id":1 }' 

Response

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": false
}