GitHunt
BH

bhupendrasambare/Blockchain-TODO

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

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

Languages

JavaScript82.8%Solidity10.9%CSS4.2%HTML2.2%

Contributors

The Unlicense
Created May 6, 2023
Updated August 23, 2024
bhupendrasambare/Blockchain-TODO | GitHunt