You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Business/User Value: As an Explorer of Diem I want to see the total number of Diems that have been Minted and Burned so that I can preform research on the blockchain
Acceptance Criteria
GIVEN I am in the landing page WHEN the page loads THEN a card displaying the total amount of mints is displayed AND a card displaying the total amount of burns is displayed
DEV NOTES
The data lives in the diem_in_circulation_realtime_aggregates table
Display total mint, total burn, and total net
Only display XUS for now
The text was updated successfully, but these errors were encountered:
gthoma17
changed the title
Secondary index pages should display Total Mints/Burns
Secondary index pages should display Total Mints and Burns
Nov 30, 2021
gthoma17
changed the title
Secondary index pages should display Total Mints and Burns
Homepage statistics should display Total Mints and Burns
Nov 30, 2021
gthoma17
changed the title
Homepage statistics should display Total Mints and Burns
Homepage statistics should display Total Mint and Burn amounts
Nov 30, 2021
Business/User Value: As an Explorer of Diem I want to see the total number of Diems that have been Minted and Burned so that I can preform research on the blockchain
Acceptance Criteria
GIVEN I am in the landing page
WHEN the page loads
THEN a card displaying the total amount of mints is displayed
AND a card displaying the total amount of burns is displayed
DEV NOTES
diem_in_circulation_realtime_aggregates
tableThe text was updated successfully, but these errors were encountered: