Skip to content

A decentralized web3 application which runs on the top of blockchain and change the ownership using smart contract

Notifications You must be signed in to change notification settings

billypentester/web3-dapp

Repository files navigation

web3 based ownership dApp

It's a decenteralized web3 based application which changes the status of ownership using smart contract and blockchain.

tech stack

  • node JS (backend operations)
  • ganache (blockchain)
  • solidity (contract creation)
  • web3 JS (api calls between blockchain and node JS)
  • hardhat (contract compilation, testing, deployment)
  • metamask wallet (signing transactions)

Installation

Download project using git

git clone https://github.com/billypentester/web3-dapp.git

Install package files

npm install 

Run ganache GUI

ganache network address should be: localhost:127.0.0.1:7545

Deploy smart contract

npm run deploy

Run dApp

npm start

Screenshot

Author

@billypentester