Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.28 KB

File metadata and controls

42 lines (33 loc) · 1.28 KB
description
Celo network documentation.

import CardList from '@site/src/components/CardList'

Celo

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

:::

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." } ]} />