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
/
Common Errors

Common Errors

Every once in a while when working on the your local hardhat chain, a 'Nonce too high' error will occur

Nonce Error 1

Nonce Error 2

The only way I've found so far to get around this error is to go into settings -> Advanced, and Reset Account.

Nonce Error 3

Deploy Scripts
File Structure
MIT 2023 © Eric Roupe