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

[US] As a user, I want to have a multichain Explorer, regardless of the networks where Verax is deployed #763

Open
7 tasks
alainncls opened this issue Oct 17, 2024 · 0 comments

Comments

@alainncls
Copy link
Collaborator

alainncls commented Oct 17, 2024

Note

This needs to be merged onto the feat/multichain branch

Current behaviour

Today, the Explorer can only display data for one given network at a time.
Technically speaking, the SDK is instantiated to target one single network, and the URLs when navigating contain the network's name.

Tasks to cover

  • Upgrade to SDK V3 ("Multichain mode")
  • Instantiate the SDK in only 2 modes ("Testnet" to get all testnet data, "Mainnet" to get all mainnet data)
  • Stop considering the network name when reading the URLs path
  • Remove the network name when creating the URLs
  • Remove the networks dropdown selector from the header navbar
  • Add a toggle selector in the header navbar to switch between testnets and mainnets
  • Mainnets are selected by default
@alainncls alainncls converted this from a draft issue Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for development
Development

No branches or pull requests

1 participant