Bonifaceebuka / bitwishes

This is a Dapp I built that allows my friends to send their wishes for me in this 2022.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitWishes Dapp

This application is built with the following technologies:

  1. NodeJS verion 14.18.1
  2. NPM version 6.14.15
  3. Solidity version ^0.8.0
  4. ReactJS version ^17.0.2
  5. HardHat version ^2.8.2
  6. Alchemy
  7. Rinkeby

This is how you can install and setup this Dapplication

Please, ensure that you have NodeJS installed on your device.

  1. Clone this Repository(Repo) with the following command git clone https://github.com/Bonifaceebuka/bitwishes.git
  2. Move to the DIR of the Repo cd bitwishes
  3. Install NPM packages with npm install.
  4. Run npx hardhat node to start your local ethereum Node.
  5. Run npx hardhat compile to compile the Smart Contract
  6. Run npx hardhat run scripts/deploy.js --network localhost to deploy the smart contract.
  7. Start the application with npm run start Visit localhost:3000/ to see the front-end of the application

The Screenshots of the front-end of the Dapp

Visit https://bitwishes.herokuapp.com/ to see the live version of this application

About

This is a Dapp I built that allows my friends to send their wishes for me in this 2022.

License:GNU General Public License v3.0


Languages

Language:JavaScript 79.3%Language:HTML 9.0%Language:CSS 8.7%Language:Solidity 2.9%