Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 828 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 828 Bytes

To-Do App on Sepolia Testnet

Make sure you have MetaMask installed in your browser

Using the application:

  1. First clone the project to your local machine with following command:
git clone https://github.com/G-jacobsson/todo-blockchain
  1. Open the project in VSCode and install npm packages:
  • cd into the contracts folder:
cd eth-todo-list/
  • Install npm packages:
npm i
  • cd into the todos folder:
cd ..
cd todos/
  • Install npm packages in this folder as well:
npm i
  1. Run the application and connect to Sepolia testnet:
npm run dev
  • Now login to your MetaMask wallet and switch network to Sepolia testnet. Make sure you have SepoliaETH available to use the application. You can get them through sepoliafaucet.