Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleister1102 authored Jun 28, 2023
1 parent 0ca88fc commit f4a42a3
Showing 1 changed file with 62 additions and 2 deletions.
64 changes: 62 additions & 2 deletions README.md
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
```

1 comment on commit f4a42a3

@spheron-protocol
Copy link

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

Please sign in to comment.