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

Light Wallet: Implement the mithril client WASM package in the explorer #1409

Closed
3 tasks done
Tracked by #1313
jpraynaud opened this issue Dec 18, 2023 · 0 comments · Fixed by #1426
Closed
3 tasks done
Tracked by #1313

Light Wallet: Implement the mithril client WASM package in the explorer #1409

jpraynaud opened this issue Dec 18, 2023 · 0 comments · Fixed by #1426
Assignees
Labels
UX 🌞 User experience

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Dec 18, 2023

Why

We want to add the Mithril certificate verification in the explorer.

What

Use the Mithril client WASM to verify a certificate and its chain in the browser form the explorer. We have already made a first implementation in this PoC #1254

How

  • Add a popup (or link to a new page) from the Certificate popup
  • Compute automatically the genesis verification key from the url of the aggregator (by using the network code)
  • Adapt the npm package publication (bundler or not, CI, ...)

Later

  • How to cache the certificates already verified by the browser
  • Handle abort of verify_certificate_chain function call.
@jpraynaud jpraynaud added the UX 🌞 User experience label Dec 18, 2023
@jpraynaud jpraynaud changed the title Implement the mithril client WASM package in the explorer Light Wallet: Implement the mithril client WASM package in the explorer Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UX 🌞 User experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants