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
yarn dev:demo will sync the asset hub on westend in the browser (without using extension)
for clarification of substrate-connect
smoldot is the lightclient
substrate-connect is the js wrapper for smoldot for web pages
substrate-connect also ships a browser extension: the goal is that the state of the light client db can be used across different dapps/webpages with low latency. the extension is no standalone light client. it's just a cache for block headers. it needs a dapp page to sync. For our enclave case where the user visits the enclave https server directly, that's not optimal, because the enclave would need to serve the dapp. possible, but not sure if that makes sense
Challenge: the extension can only get the info if the browser accepts the certificate, so we can't use self-signed as now, but we'd need at least let's encrypt certificates for the enclave (where the enclave signing key has to be the pubkey for the certificate
The text was updated successfully, but these errors were encountered:
timeboxed: explore using substrate-connect/smoldot
observations:
yarn dev:demo
will sync the asset hub on westend in the browser (without using extension)The text was updated successfully, but these errors were encountered: