Skip to content

TODO applicationis a blockchain application which saves your data over the blockchain network and perform task over the blocks

License

Notifications You must be signed in to change notification settings

bhupendrasambare/Blockchain-TODO

Repository files navigation

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

About

TODO applicationis a blockchain application which saves your data over the blockchain network and perform task over the blocks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published