- First clone the project to your local machine with following command:
git clone https://github.com/G-jacobsson/todo-blockchain
- 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
- 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.