Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 732 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 732 Bytes

dApp Todo List with Blockchain and React

Libs and Frameworks

Note: This example I'm Ganache with blockchain

Requirements:

Run Contract with Truffle

  • Open Ganache and click on Quick Start
  • Run terminal truffle develop
  • Run truffle terminal compile
  • Run truffle terminal migrate

Run dApp with React and Web3.js

  • npm install or yarn
  • npm start or yarn start

dApp - Todo List

dApp - Todo List Validate balance