Skip to main content

Build with Celo

How to build and deploy a dApp with Celo.


Using Celo Composer

Celo Composer allows you to quickly build, deploy, and iterate on decentralized applications using Celo. It provides a number of frameworks, examples, and Celo specific functionality to help you get started with your next dApp.

npx @celo/celo-composer@latest create
tip

Learn more about Celo Composer in the README and Documentation

Using EVM Tools

Developers can build with Celo using many Ethereum compatible tools including Remix, Truffle, Hardhat, and others. By making a few adjustments to your project’s network configuration settings, you can deploy your new or existing dApp on Celo.