The ToDo List dApp is a React and Solidity-based application that allows users to manage tasks on the blockchain. It offers a secure and transparent way to manage tasks.
Following this tutorial: https://www.dappuniversity.com/articles/blockchain-app-tutorial
To run this project, you will need to add the following environment variables to your .env
file
PROJECT_ID
: Infura project ID.
MNEMONIC
: Mnemonic of HD wallet.
ETHERSCAN
: Etherscan API Key
Clone the project
git clone https://github.com/aleister1102/TodoList.git
Go to the project directory
cd TodoList
Install dependencies
yarn
Start the client
yarn dev
Require recompiling of the smart contracts
truffle compile
To redeploy the smart contracts
truffle deploy --network sepolia