Skip to content

aasharck/make-web3-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make-web3-dapp

The fastest way to build, test and deploy your smart contracts with Hardhat and Reactjs

Getting Started

To create a Web3 dapp Boilerplate - Just execute the following command in your terminal.

npx make-web3-dapp my-app

Usage

  1. Deploy your contract by executing the command
npm run deploy

Or

npx hardhat run src/backend/scripts/deploy.js
  1. Once Deployed the ABI and contract address will be stored in a folder called contractsData in the frontend folder.

  2. You may import it in your js files later

  3. Start your Dapp by

npm start

Contact

aasharck - aasharck@gmail.com

Project Link: https://github.com/aasharck/make-web3-dapp.git

Forked and Modified - All Thanks to Dapp University!

About

Create an Ethereum Boilerplate dapp with Hardhat, Ethersjs, Reactjs, Bootstrap and much more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published