It is a dapp that uses blockchain to allow people to get a refund after rsvp'ing and attending an event.
- Allow user to upload their own image
- Search funtion, querying the graph to search for event name
- [in progress] Making events payable with a percentage of the fee being refunded after confirmed attendance
- Contracts: https://github.com/N44TS/WBW3-Events-Dapp
- The Graph: https://github.com/N44TS/WBW3-Graph-Tutorial
and the extra Lens part of the curriculum completed here https://github.com/N44TS/Lens-api-dapp / https://lens-api-dapp.vercel.app/
-
Click the "Fork" button
-
In your account's forked github repo, click the "Code" button and copy the repo link.
-
Open your terminal.
-
CD into the repo
-
Install dependencies
npm i
-
Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.