Mode Docs
  • Introduction
    • ðŸŸĄIntroducing Mode
    • ✅AI Agent Dev Roadmap
  • AI AGENTS
    • Mode AI Terminal
    • ðŸĪ·What are AI Agents?
    • 🏗ïļBuilding your first agent
    • Tutorials
      • Quickstart
    • 🛠ïļAI Tooling
      • AI Audits
      • AI APIs
      • Frameworks
  • Tools
    • ðŸ–ĨïļRPC
    • ðŸŠķMultisig wallets
    • 🔁Bridge
    • 🚰Testnet Faucets
    • ðŸ•ĩïļBlock Explorers
    • 🗂ïļData Indexers
    • 🧙‍♂ïļOracles
    • ⛓ïļInteroperability
    • ⁉ïļRandomness
    • 🌎General Tooling
  • Tutorials
    • Interacting with Smart Contracts using ethers.js
    • Deploying a Smart Contract
      • Using Hardhat
      • Using Thirdweb
      • Using Foundry
      • Using Remix
    • Verifying your smart contract
      • Using Hardhat
      • Using Foundry
  • User Guides
    • â„đïļNetwork Details
    • ðŸĶŠAdd Mode
    • ðŸĄContract Addresses
      • Tokens
      • L1/L2 Mainnet Contracts
      • Testnet Contracts
    • 🌉Bridge
      • ➡ïļBridge to Mode
      • ⮅ïļBridge from Mode
      • 🏗ïļBridging to Testnet
    • ðŸ“ĪMove to/from CEX
  • $MODE
    • ðŸŸĄMODE Tokenonomics
    • 1ïļâƒĢSeason 1 (ended)
    • 2ïļâƒĢSeason 2 (ended)
    • 3ïļâƒĢGovernance Season 3 (ended)
      • Governance Contract Addresses
    • 4ïļâƒĢMode Governance Season 4
    • 5ïļâƒĢSeason 5
  • Other Docs
    • 🔓General Security
      • 🔓Mode L2 Security Model
      • ⛑ïļOptimism Bug Bounty
      • Security Upgrades
        • 01/08/2024 Bridge Upgrade Fund Rescue
        • 06/08/2024 Mode Mainnet Key Handover
      • 🔐Audits
    • 🔗Official Links
    • ðŸĪ˜Branding Guidelines
    • âŒĻïļNode Operators
Powered by GitBook
On this page
  • Foundry
  • Hardhat
  • Thirdweb CLI
  • Remix IDE

Was this helpful?

Edit on GitHub
  1. Tutorials

Deploying a Smart Contract

PreviousInteracting with Smart Contracts using ethers.jsNextUsing Hardhat

Last updated 4 months ago

Was this helpful?

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

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 .

Remix IDE is an open-source, web-based tool for developing smart contracts using the Solidity programming language.Learn how to deploy your smart contracts to Mode using Remix .

Foundry
this tutorial
Hardhat
here
.
Thirdweb CLI
here
Remix IDE
here