Explorers of Diem should be able to see the total Diem in Circulation
- 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 the total Diem in Circulation so that I can get a quick glance of the volume of the blockchain
### Acceptance Criteria
**GIVEN** I am on the landing page
**WHEN** When I click "Diem in Circulation" in the navbar
**THEN** I see a page displaying the total number of Diem Coins in circulation
**DEV NOTES**
* Where does this data live?
* Indexer GraphQL API (table name: `diem_in_circulation_realtime_aggregates`)
* How do I get to this page?
* For now just add a link to the navbar for "Diem in Circulation"
Total number of Diem coins available on the blockchain
This page will be the future home of historical blockchain-wide info
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.