| description |
|---|
Celo network documentation. |
import CardList from '@site/src/components/CardList'
Celo is a fully EVM-compatible, Proof of Stake (PoS), layer-1 protocol that features a mobile-first platform, built-in stablecoins, collateralized by crypto and natural assets.
Celo is a platform that acts as a global payment infrastructure for cryptocurrencies targeting mobile users. Celo operates native, ERC20-like stable tokens like cUSD, cEUR, and cREAL.
:::info See also
- The official Celo documentation for more information.
- The key differences between building on Celo and Ethereum.
:::
Select an option below to get started with the Celo network.
<CardList items={[ { href: "quickstart", title: "Quickstart", description: "Learn how to quickly connect and make calls to the Celo network." }, { href: "json-rpc-methods", title: "JSON-RPC APIs", description: "View the APIs available for communicating with the Celo network." }, { href: "../../../developer-tools/dashboard/get-started/create-api/", title: "Create an API key", description: "Learn how to create and secure an API key." } ]} />