Releases: amazingandyyy/etherbrite
Releases · amazingandyyy/etherbrite
Minimum Viable Project Released
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
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