https://github.com/anoopraju31/web3-todo-list-1
https://github.com/anoopraju31/web3-todo-list-1
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anoopraju31/web3-todo-list-1
- Owner: anoopraju31
- Created: 2023-01-11T13:40:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T08:21:05.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:46:10.442Z (4 months ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3 Todo List App
## Technology Stack & Tools
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- [Hardhat](https://hardhat.org/) (Development Framework)
- [Ethers.js](https://docs.ethers.io/v5/) (Blockchain Interaction)
- [React.js](https://reactjs.org/) (Frontend Framework)## Requirements For Initial Setup
- Install [NodeJS](https://nodejs.org/en/)## Setting Up
### 1. Clone/Download the Repository### 2. Install Dependencies:
`$ npm install`### 3. Run tests
`$ npx hardhat test`### 4. Start Hardhat node
`$ npx hardhat node`### 5. Run deployment script
In a separate terminal execute:
`$ npx hardhat run ./scripts/deploy.js --network localhost`### 7. Start frontend
`$ npm run start`