Deploying Smart Contracts

Documentation

Deploying Smart Contracts

There are two ways to deploy your contract on Base Sepolia:

  1. Using Remix: Remix is an in-browser IDE for writing and deploying smart contracts.

  2. 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.

Remix Documentation

Remix is a web-based IDE that allows you to write, compile, and deploy smart contracts directly from your browser.

Last updated