Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 601 Bytes

Full-stack web3 environment setup Boilerplate

This repository contains the boilerplate setup for Web3 projects using ReactJS and hardhat. All you need to do to start is cloning the project and running: npm install OR yarn add
NOTE: after compiling the contracts, their Abis will be generated inside /src/blockchain. Feel free to change the output folder's path in hard.config.js. Hardhat's useful commands: Hardhat's useful commands:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help