Avatar
Yuki Kishimoto
68d81165918100b7da43fc28f7d1fc12554466e1115886b9e7bb326f65ec4272
GitHub: https://github.com/yukibtc PGP: 86F3 105A DFA8 AB58 7268 DCD7 8D3D CD04 2496 19D1

Just completed integration of NIP46 into nostr-sdk.

Now will be easier to create NIP46 clients πŸ¦€

https://github.com/rust-nostr/nostr/blob/master/crates/nostr-sdk/examples/nostr-connect.rs

Yesterday I finally added WASM support to nostr-sdk, maybe can be useful (I saw that you built a new dedicated enostr lib for that).

nostr-sdk crate now support WASM! πŸ¦€ (will be included in v0.20, for now can be used from master branch).

An example can be found here: https://github.com/NostrDevKit/nostr-sdk-wasm-example

A Step by Step guide that show how to create and coordinate a multisig transacion using coinstr-cli

https://github.com/NostrDevKit/coinstr/blob/master/docs/README.md

nostr and nostr-sdk v0.19 are out! πŸ¦€

https://github.com/rust-nostr/nostr/releases/tag/v0.19.0

Thanks to #[0] #[1] #[2]​ #[3]​ #[4]

A big thanks also to #[5]​ for your financial support to my work πŸ’œ

Thanks to everyone else that I not mentioned (sorry, I not found your pubkey).

Maybe at the end of this week

Off-grid communication

Take a look at https://meshtastic.org

I love this things

Anyone of you have them?

Currently no. I used nostr-sdk that not support WASM. But the nostr crate, that contains the NIP46 logic, yes.