Light Wallet: Build mithril-common
and mithril-client
in WASM PoC
#1284
Labels
prototype 🛠️
Prototype/PoC of a feature
mithril-common
and mithril-client
in WASM PoC
#1284
Why
When working on the PoC #1254, we have faced some difficulties implementing the current
mithril-common
andmithril-client
in WASM. This is mostly the case because some crates that we have used are not (currently?) compatible with WASM.The goal of the PoC #1254 was to make sure that we did not have any blocker with working with the cryptographic libraries in WASM.
In order to do so, we have been recreating from scratch some of the libraries of
mithril-common
that would not compile properly.We now need to find a way to build the
mithril-client
library with the linkedmithril-common
library in WASMWhat
Find a way to build the
mithril-client
andmithril-common
libraries in WASM.Run the built
mithril-client
library in the browser and make it verify a certificate chain (PoC).How
mithril-client
(withmithril-common
) in WASMmithril-client
in a browser (with e.g. Mithril Stake Distribution type)mithril-client
:snapshot download
in WASM)?Linked issue
#1141
The text was updated successfully, but these errors were encountered: