Deploy a DApp on Celo
Quick introductions on how to deploy dApps on Celo using Remix, Truffle, and Hardhat.
Deploying a dApp on Celo is a quick and simple process. You can deploy on Celo using any 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.
#
Start Building on CeloThe fastest way to deploy a dApp on Celo is to Set up a Testnet Development Wallet and Deploy with Remix. This doesn’t require installing anything on your local device and gives you access to powerful web-based tools for dApp development. Alternatively, you can set up a local development environment and deploy using many popular dApp deployment tools.
#
Set up your local environment#
Set up a development wallet#
Choose your preferred tool to get startedThese guides are meant to help you deploy a dApp on Celo as quickly as possible. Read the supporting resources linked throughout each guide for an in-depth look at the tools and code. If you would like to learn more about Solidity (the language for developing smart contracts) you can view the Solidity docs or with Solidity by Example.