Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explorer: Add public account page #3363

Open
HDauven opened this issue Jan 15, 2025 · 0 comments
Open

explorer: Add public account page #3363

HDauven opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
module:explorer Issues related to explorer module type:feature implementing a new feature

Comments

@HDauven
Copy link
Member

HDauven commented Jan 15, 2025

Summary

Currently, a user cannot see information about their public account on our explorer. A public account here refers to the public account as specified in our glossary.

This public account should provide an overview of:

  • The user's current balance
  • The transaction history
    • from and to fields, amount transferred

Possible solution design or implementation

Example implementation of what we would want: https://etherscan.io/address/0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5

We can gather the data from the archive node.

Possible endpoint format:
https://apps.dusk.network/explorer/account/?id=<PUBLIC_ACCOUNT_ADDRESS>

@HDauven HDauven added type:feature implementing a new feature module:explorer Issues related to explorer module labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:explorer Issues related to explorer module type:feature implementing a new feature
Projects
None yet
Development

No branches or pull requests

2 participants