Smart Contract Deployment

Learn deploying smart contracts to the Ethereum testnets and mainnet.

We'll cover the following

The simplest way to deploy a Solidity contract is to use Remix. Once we deploy our contracts, we will verify their source code on Etherscan. We'll need to have the MetaMask extension installed in our Chrome browser for this lesson.

We're going to deploy the bankFactory.sol contracts to the "Sepolia test network” of Ethereum. This contract requires basicBank.sol to be saved in the same folder so that it can import it.

Get hands-on with 1200+ tech skills courses.