This is sample todo application based on web3 tech. Currently only base functionality is cover to add task and list task
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npm Install
To run dummy hardhat account Also you need to configure metamask: https://asifwaquar.com/connect-metamask-to-localhost/
npx hardhat node
To compile and solidity code and get contract address
npx hardhat compile
npx hardhat run scripts/deploy.js --network localhost
npm run dev
- Test cases
- Add off chain storage system based on IPFS DB: ThreadDB, orbitDB File storage: piñata
This section should list any major frameworks/libraries used to bootstrap your project.
- React.js
- Hardhat Framework for providing toolkit for web3 app
- OpenZeppelin For create solidity with ease
- vite Frontend development
- either Connecting to etherum blockchain using metamask
https://medium.com/unitechie/build-todo-application-in-react-and-solidity-538ef2f1f54f