Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 876 Bytes

TL;DR

Documentation

This is an tutorial/exemplary Ethereum application for dog owners to contact other dog owners who can walk their dogs. Application consists of three parts:

  • front-end
    • dog owner screen -- webapp that talks with offchain backend
      • select walk date and time
      • save data to necessary to find a walker
    • dog walker screen -- webapp to accept walk proposal
      • create token through web3 interface
  • backend
    • realtime list of nearby walkers for walk request
  • smart contract
    • derived from standard token
    • extended to include date and time of the walk