Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 751 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 751 Bytes

ethereum-react-todo

Simple todo contract and react front-end. Allows the connected address to create and assign todo items. Assignee is able to complete and then get paid for items.

Demo

Sepolia: https://eth-todo.netlify.app

Click here for testnet Ether

Running locally

Install Dependencies

yarn install

Run local hardhat node

yarn start:localnode

Deploy locally and generate local config

yarn deploy:local

Start React App & Netlify Functions

yarn dev

Connect MetaMask to localhost network

Tech Stack

  • React
  • Hardhat
  • Ethers.js
  • TypeChain
  • TypeScript
  • Easy Peasy
  • Evergreen UI
  • Netlify Functions