-
Notifications
You must be signed in to change notification settings - Fork 287
Closed
Description
Expose a light client that is wasm compatible to be utilized with subxt.
Smoldot provides an example that interacts with javascript world.
The example relies on the javascript to expose a few core functions (see here).
There are a few ways that this could be approached:
- smoldot: implement required functions within rust wasm compatible (probably using
gloo) - smoldot: wasm-compatible bindgens to import js part of the project in rust
- investigate if using
substrate-connectwould be a viable / faster option
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels