Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brivan-26/full-stack-web3-env

Full-stack web3 environment setup Boilerplate; ReactJS and hardhat framework setup.
https://github.com/brivan-26/full-stack-web3-env

dapp dapp-starter hardhat reactjs smart-contracts starter-template web3

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

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