In Participation for We Are Millions Hackathon, a submission for Best Demonstration Of Data Interoperability Using Swarm
Bee Cafe is a simple DApp for demonstrating how data in SWARM can be used interoperably for communicating between DApps. Bee Cafe consist of 2 DApps, with the following Repository :
Please setup the other Repo to achieve demonstration result completely.
This DApps will demonstrate how we use SWARM to basically upload and download data, in a use case of a Cafe. User can choose a variety of items, and then order it. The DApp will then upload the selected menu items data to SWARM, generating it's Order Reference code and then the Cashier DApp will accepting the reference code, downloading and converting the data from SWARM to a list of New Orders to be processed and served.
You can see how the DApps works here: https://youtu.be/HD11h_fE9BE
- hnihsan - GitHub - Gitcoin - Email: helmi.n.ihsan@gmail.com - Discord: hnihsan#8820
- NicoSiput - GitHub - Gitcoin - Email: nicosiput@gmail.com - Discord: NicoSiput#2643
- NodeJS + NPM
- Bee SWARM Node running locally (see Bee Factory to setup your own node for Development Environment)
First, install, build and start the project:
npm install
npm run build
npm run start
Open http://localhost:3030 with your browser to see the Bee Cafe - Cashier DApp.