Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brivan-26/full-stack-web3-env
- Owner: Brivan-26
- Created: 2022-05-03T13:16:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T13:22:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T22:43:55.631Z (3 months ago)
- Topics: dapp, dapp-starter, hardhat, reactjs, smart-contracts, starter-template, web3
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```