Explorers of Diem should be able to see mint and burn events
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Business/User Value: As an Explorer of Diem I want to see mint and burn event information so that I can build trust in the system
### Acceptance Criteria
**GIVEN** I'm viewing the Diem Explorer
**WHEN** I click Events > Burn Events, or Events > Mint Events in the nav bar
**THEN** I'm taken to a page showing details of the 10 most recent burn or mint events respectively
**DEV NOTES**
* The two hasura tables we need to care about are `recievedmint_events` and `burn_events`
* There will be many event pages which will be very similar to each other
* Eventually we'll want pagination, but not now
*
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the Diem Explorer Events navigation and inspect existing event pages for their shared pattern. Trace the Hasura data for `recievedmint_events` and `burn_events`, then verify that Burn Events and Mint Events each show the 10 most recent records and are reachable from the nav bar.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- database, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100