Skip to content

A todo list application powered by Ethereum smart contracts

Notifications You must be signed in to change notification settings

AkshayAlenchery/eth-todo

Repository files navigation

Todo List

My first blockchain application, A todo list powered by Ethereum smart contracts.

Prerequisite

  1. Ganache - A local development blockchain.
  2. Node JS
  3. Truffle Framework - Suite of tools for developing smart contracts using solidity.
  4. Metamask Ethereum Wallet.

Project setup

  1. Clone repo
  2. Install dependencies
cd eth-todo && npm install
  1. Run project
npm run dev