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
The Inspect page can also be thought of as “Explore for Nerds”. The goal is that it should be possible to inspect various aspects of the Penumbra DEX structure, the visual display doesn’t matter, but GETTING THE INFORMATION does. Inspect pages are expected to be viewed by only a tiny minority of users. This is distinct from the other pages, which are intended to be used as part of common user flows, and have greater design focus and quality.
Goal: Each “object” relevant to the Penumbra DEX should have its own Inspect subpage with a route /inspect/... that identifies it.
Tracking issue: Inspect Page & Subpages
The Inspect page can also be thought of as “Explore for Nerds”. The goal is that it should be possible to inspect various aspects of the Penumbra DEX structure, the visual display doesn’t matter, but GETTING THE INFORMATION does. Inspect pages are expected to be viewed by only a tiny minority of users. This is distinct from the other pages, which are intended to be used as part of common user flows, and have greater design focus and quality.
Goal: Each “object” relevant to the Penumbra DEX should have its own Inspect subpage with a route
/inspect/...
that identifies it.LP View
Route:
/inspect/lp/[LPID]
Block
Route:
/inspect/block/[HEIGHT]/
Transaction
Route:
/inspect/tx/[HASH]/
pindexer
#350LP Leaderboard
Route:
/inspect/lp-leaderboard
Landing page
Tagline: “Explore for Nerds”
Route:
/inspect/
Important: None of these pages should have any queries to the user’s wallet, in other words, we are rendering a “public view” of public data.
The text was updated successfully, but these errors were encountered: