rod
rod copied to clipboard
non-wasm rust port of gun
In rust, using this as a library, we got `get()`, `put()`, `on()`, `map()`, but no `val()`. There's no way to get the value from a node, other than subscribing to...
I’m wondering if there is a plan in place for implementing encryption (and using it for Iris messaging). I know Rust has a couple really mature encryption crates. Have they...
Running rod node on https://cosmic.rocks/stats running with the following env vars: ``` env: - name: PEERS value: wss://gun-rs.iris.to/gun,wss://gun-us.herokuapp.com/gun - name: RUST_LOG value: debug ``` logs: ``` [2022-07-18T19:27:55Z INFO rod::adapters::ws_conn] WsConn...
The current version of Iris served by rod is 6 months old. Would be cool to add a script that keeps it updated. https://github.com/mmalmi/rod/tree/master/assets/iris
I noticed that this new Lightning SDK is agnostic about storage. https://lightningdevkit.org/ > Our API's let you choose how to backup channel state. This gives you multi-wallet device access and...