-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ca88fc
commit f4a42a3
Showing
1 changed file
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,62 @@ | ||
# TodoList | ||
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. | ||
|
||
# Todo List 📋 | ||
|
||
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. | ||
|
||
## Demo | ||
|
||
https://todo-list-smoky-nu.vercel.app/ | ||
|
||
|
||
## Environment Variables | ||
|
||
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 | ||
|
||
|
||
## Run Locally | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/aleister1102/TodoList.git | ||
``` | ||
|
||
Go to the project directory | ||
|
||
```bash | ||
cd TodoList | ||
``` | ||
|
||
Install dependencies | ||
|
||
```bash | ||
yarn | ||
``` | ||
|
||
Start the client | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
|
||
## Deployment | ||
|
||
Require recompiling of the smart contracts | ||
|
||
```bash | ||
truffle compile | ||
``` | ||
|
||
To redeploy the smart contracts | ||
|
||
```bash | ||
truffle deploy --network sepolia | ||
``` | ||
|
f4a42a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit (f4a42a3) is being automatically deployed with Spheron.
To see more details of your deployment, checkout links mentioned below:
🔍 Inspect Deployment Logs: https://app.spheron.network/#/app/org/64b13beddcdd750012118e97/project/64b13d30dcdd750012118f04/deployments/64b13d31dcdd750012118f08
🌍 Updated Domains: todolist-f59a45.spheron.app
😎 Deployment Preview: https://bafybeig53ucle4crphqrrsqumhw5cnqnlbx3pakm4oymb7adn7ovgllmla.ipfs.sphn.link