Skip to content

Full-stack web3 environment setup Boilerplate; ReactJS and hardhat framework setup.

Notifications You must be signed in to change notification settings

Brivan-26/Full-stack-web3-env

Repository files navigation

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

About

Full-stack web3 environment setup Boilerplate; ReactJS and hardhat framework setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published