Skip to content

b-street/hardhat-starter

Repository files navigation

Hardhat Boilerplate

Quick start

cp .env.example .env
yarn && yarn check-env

Once installed, let's run Hardhat's testing network:

yarn fork || npx hardhat node 

Then, on a new terminal, go to the repository's root folder and run this to deploy your contract:

npx hardhat run scripts/legacy-deploy.js --network localhost

Finally, we can run the frontend with:

cd frontend && yarn && yarn start

Open http://localhost:3000/ to see your Dapp. You will need to have Metamask installed and listening to localhost 8545.

User Guide

You can find detailed instructions on using this repository and many tips in its documentation.

For a complete introduction to Hardhat, refer to this guide.

What's Included?

This repository uses our recommended hardhat setup, by using our @nomicfoundation/hardhat-toolbox. When you use this plugin, you'll be able to:

This project also includes a sample frontend/Dapp, which uses Create React App.

Troubleshooting

  • Invalid nonce errors: if you are seeing this error on the npx hardhat node console, try resetting your Metamask account. This will reset the account's transaction history and also the nonce. Open Metamask, click on your account followed by Settings > Advanced > Reset Account.

Setting up your editor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published