diem / diem/explorer

An Explorer of Diem should be able to view Account Page

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
enhancement Page: Account Details
Dominant language
TypeScript
Stars
7
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Business/User Value: As a casual developer building on the blockchain I want to view info for addresses so that I can troubleshoot my code

### Acceptance Criteria
**GIVEN** I type an address in the search box
**WHEN** I hit enter
**THEN** I am taken to a page which displays the resources and smart contracts from the REST API about the address in a structured raw-data format
**AND** the balance info is broken out into a table

**DEV NOTES**
The `Auth Key`, `Sequence Number`, and `Balances` are "top-level" resources, the rest is metadata

Addresses have resources and modules
modules = smart contracts

Blockchain is implementing a new REST API which has more data than the old JSONRPC API.

URL for address resources: https://fn0api.premainnet.aosdev.diem.com/accounts/0xbd3c1801820aa917993888b2fa8d8c0e/resources

URL for address modules: https://fn0api.premainnet.aosdev.diem.com/accounts/0xbd3c1801820aa917993888b2fa8d8c0e/modules

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.