scs / substrate-api-client

Library for connecting to substrate API over WebSockets
Apache License 2.0
259 stars 122 forks source link

Investigate no_std connection to substrate node #326

Open haerdib opened 1 year ago

haerdib commented 1 year ago

After #325 this might be worth to take a look at: Is it possible to write a simple connector (http or ws) that is no_std compatible and can send an extrinsic to the node?

clangenb commented 1 year ago

We could test it in our tungstenite-sgx port.

Edit: haha, I see you are one step ahead of me. :)