Skip to content

Releases: amazingandyyy/etherbrite

Minimum Viable Project Released

31 Dec 07:53
Compare
Choose a tag to compare
Pre-release

4 modules working expectedly in this MVP

contracts

  • develop with truffle v4.0.3
  • one Event contract has 3 features
  • register(string _first, string _last, string _email)
  • search(address _buyer)
  • checkin(address _buyer)
  • all past testing cases

server (deprecated for this release)

  • a mockup node server
  • api route

dapp

  • a react app
  • with web3 1.0.0-beta.27
  • can create a event contract

connect

  • a connector (wrapper) makes using the Event contract easier
  • has 2 exported functions, createEvent and eventListener
  • published as an independent npm package

screenshot

plan for the future

  • dapp
  • a loader for create function
  • event register with QRCode scanning
  • search for user
  • server
  • user authentication and login/signup
  • save all event address and info to server
  • connect
  • more features