Yuki Kishimoto
Yuki Kishimoto
> Nice. Is it implemented somewhere? I'll implement here: https://github.com/rust-nostr/nostr
> I think it would be good to add an example under the [Examples](https://github.com/nostr-protocol/nips/blob/master/19.md#examples) section in this document as well, just like we have with npub and nsec. Yeah, I'll...
> I think it would be good to add an example under the [Examples](https://github.com/nostr-protocol/nips/blob/master/19.md#examples) section in this document as well, just like we have with npub and nsec. Rebased and...
This app use an old version of `nostr-sdk`. If I have time, I'll try to bump to the last version.
Why blockexplorer? The balances are synced. I talking about the lightning channel sync. I receive that error message when I try to send a lightning payment.
> I can't reproduce it either. My payments are always succeeding. Now, after a successful channel sync, also my payments works. My problem was when the lightning channel sync wasn't...
@thesimplekid try to take a look to [nostr-connect](https://github.com/rust-nostr/nostr/blob/master/crates/nostr-sdk/examples/nostr-connect.rs) example, maybe can be useful for the NIP46 client part.
if you create a `Client` with `with_remote_signer` contructor and call `req_signer_public_key` method to request the signer pubkey (if not already added before), every method that need the keys for sign...
> @yukibtc I'm unsure how I would get the response from posting an event to the relay. > > I found this example: https://github.com/rust-nostr/nostr/blob/master/crates/nostr-sdk/examples/blocking.rs#L36 > > I tried to do...
> @yukibtc > > we further worked out the code to integrate MMR into nostr > > we isolated the library side in this file https://github.com/nostronaut/mmr-nostr/blob/master/src/lib.rs > > that could...