TrumanBlurbank

Results 2 issues of TrumanBlurbank

What is the recommended way to publish a `Nostr::Event` to multiples relays ? Currently, it seems that `Nostr::Client` takes only one relay option which force to recreate the client for...

Readme `Bech32` methods does not work anymore on `v0.3.1`, either `encode_` or `decode` are crashing. For example, from Rails 8.1 console: ```ruby note_data = Nostr::Bech32.decode("note1xzce08egncw3mcm8l8edas6rrhgfj9l5uwwv2hz03zym0m9eg5hsxuyajp") # => undefined method 'decode'...