A series of smart contracts on the Ethereum Blockchain to curate a list of Study Sites, and aggregate visitor reviews/experiences at them.
Structure
An "Admins" contract acts as a Decentralized Autonomous Organization (DAO), keeping track of a list of administrators of the other contracts. Administrator accounts are the only accounts that can add/remove other administrators from the DAO. Exposes an isAdmin(address _toCheck) method for other contracts to use
A "Study Sites Registry" contract keeps a list of Study Sites. Anyone can proposed a new Study Site, but it only shows in the front-end UI if two Administrator accounts approve it.
Front End
Web based UI connecting through Metamask to the Rinkeby testnet (for demonstration purposes), providing a search interface to users, to query vetted Study Sites in the registry.
Log in or sign up for Devpost to join the conversation.