make-web3-dapp

1.0.2 • Public • Published

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!

Package Sidebar

Install

npm i make-web3-dapp

Weekly Downloads

1

Version

1.0.2

License

none

Unpacked Size

56.4 kB

Total Files

16

Last publish

Collaborators

  • aasharck