Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 669 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 669 Bytes

Blockchain TODO DApp

Blockchain Todo DApp is a decentralized application for storing retrieving and deleting your daily task list making your day easy

Installation

You need to run some tasks on your terminal for running this project

yarn install
yarn hardhat run --network localhost scripts/deploy.js
cd client
yarn install
yarn start

copy the contract address and past at the location

[project_location]/client/src/config.js

export const TaskContractAddress = "0x5FbDB2315678afecb367f032d93F642f64180aa3"

Usage

visit

HTTP://localhost:3000/

Screenshots

HOME

About