Skip to content

Correct values: #24

@salemkode

Description

@salemkode

When opening the token page, it does not display correct values compared to on-chain reality.

Attachments
Image

Current dependency
We currently rely on Chaingraph, but it does not return the correct values needed for the token page.

Steps to reproduce

  1. Open the token page in the explorer.
  2. Observe the displayed values for the token and related addresses.
  3. Compare against values computed from actual on-chain transactions.

Actual result

  • The values shown on the token page do not match the real token balances/state.

Expected result

  • Accurate token metrics (balance, transfers, sub-totals, etc.) derived from actual chain transactions.

Proposed solutions

  1. Client-side computation: scan all token transactions in the browser and display computed results.
  2. Server-side computation: perform the same scanning/indexing on the backend to reduce client load and ensure consistency.
  3. Build an address–token indexer across all networks to support precise and fast queries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions