Deploying Smart Contracts
Documentation
Deploying Smart Contracts
There are two ways to deploy your contract on Base Sepolia:
Using Remix: Remix is an in-browser IDE for writing and deploying smart contracts.
Using Hardhat: Hardhat is a developer environment for compiling, testing, and deploying Solidity smart contracts.
Hardhat Documentation
Hardhat is a development environment that allows you to compile, deploy, test, and debug your Ethereum software.
Official Docs: Hardhat Documentation
Remix Documentation
Remix is a web-based IDE that allows you to write, compile, and deploy smart contracts directly from your browser.
Official Docs: Remix Documentation
Last updated