Enigmatic Aura
TwitterMediumGithub
  • Welcome
  • 101-CRYPTO-WEB3
    • [101] Crypto and Web3 Basics
    • [101] Linux Commands
  • NEW NODE & TESNET
    • Aztec Public Testnet Guide
  • Node Validator
    • Sonaric AI Node
    • Zenrock Node
      • Update Zenrock Node
    • BrinX AI Node Validator
      • Worker Node Setup
      • Relay Node Setup
    • Drosera CLI Node Guide
  • Testnet Airdrop
    • Monad Testnet Guide
    • Sunrise Testnet v2
    • Inkonchain - The Break
    • Plaza Finance - Testnet
    • Cysic Incentivized Testnet
    • Crypto Faucet List
    • Abstract Chain's L2 Testnet
    • DEPIN - Project
      • Dawn
      • Teneo Node Extension
      • OpenLayer
        • Code
      • Gradient Network
      • Grass Stage 2: Capturing the Web
    • Base Learn - Testnet
      • Deploying Smart Contracts
        • How to Deploy
        • Testnet Base Learn
        • Source Code
      • Join Community
    • Incentivized Testnet - Multipli's
    • Yala Testnet
      • Getting Started on Yala Testnet
      • How to Set Up Your Wallet and Claim the Faucet
      • Testnet Tasks
      • Additional Resources
      • Other Tasks
    • Unichain Testnet
      • Wallet Setup & Faucet
      • Bridge
      • Deploy , Swap & Add LP
      • Additional Tasks
    • Rise Chain
  • Retrodrop
    • Huma Finance, OpenEden & SuperStacks
Powered by GitBook
On this page
  1. Testnet Airdrop
  2. Base Learn - Testnet

Deploying Smart Contracts

Documentation

PreviousBase Learn - TestnetNextHow to Deploy

Last updated 7 months ago

Deploying Smart Contracts

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

  1. Using 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.

  • Official Docs:

  • Key Sections:

Remix Documentation

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

  • Official Docs:

  • Key Sections:

Remix
Hardhat Documentation
Getting Started
Running Hardhat Network
Deploying Contracts
Testing Contracts
Hardhat Plugins
Remix Documentation
Using Remix
Solidity Compilation
Deploying Contracts
Plugins
Debugger