Deploying a Smart Contract
In this section you will learn how to deploy simple smart contracts with all the most popular tooling in the ethereum ecosystem.
Foundry is a toolkit for developing and deploying smart contracts.
Follow this tutorial to learn how to deploy a smart contract on Mode using Foundry.
Hardhat is a framework for developing smart contracts. You can use Hardhat to deploy to Mode as any other Ethereum - see the network information here.
Thirdweb CLI is an interactive command line interface for creating tools using thirdweb infrastructure. You can learn how to deploy a smart contract to Mode using thirdweb CLI here.
Last updated