Create-Web3A boilerplate for web3 projects
/
GitHub
/
  • Introduction
  • Get Started
    • Quick Start
    • Environment Variables
    • Installing Packages
    • Deploying Contracts
  • Hardhat
    • File Structure
    • Local Network
    • hardhat-config file
    • Greeter Contract
    • Deploy Scripts
    • Common Errors
  • Foundry
    • File Structure
    • Resources
  • Next.js
    • File Structure
  • Vite
    • File Structure
  • Thank You
  • Introduction
  • Get Started
    • Quick Start
    • Environment Variables
    • Installing Packages
    • Deploying Contracts
  • Hardhat
    • File Structure
    • Local Network
    • hardhat-config file
    • Greeter Contract
    • Deploy Scripts
    • Common Errors
  • Foundry
    • File Structure
    • Resources
  • Next.js
    • File Structure
  • Vite
    • File Structure
  • Thank You
Hardhat
/
Local Network

Setting up Local Network for Hardhat

Open your metamask extension and go to settings

Select Networks

Click on the 'Add a network' button

Network Name : Hardhat

New RPC URL : http://127.0.0.1:8545

Chain ID : 31337

Then click the 'Save' button

File Structure
hardhat-config file
MIT 2023 © Eric Roupe