Overview page
Welcome page after opening web. Ability to log-in via metamask.
Data:
List of active deals
List of pass deals
When logged-in:
List of user participations in active deals (registrations/purchases)
List of user participations in pass deals (purchases)
Current wallet permissions
When wallet is not member
show popup/redirect to page with mint information including source community (by URL address)
When wallet is already member
show link to wallet stats in page header
When wallet is community owner
show link to community stats in page header
Used data points:
api/wallets/info/address/:address
api/deals/info/active
api/deals/info/completed
api/deals/participations/wallet/:id
Authentication
For user-related endpoints it's necessary to attach authentication headers:
Last updated