wilsonsilva / nostr

Asynchronous Nostr client in Ruby
https://nostr-ruby.com
MIT License
21 stars 5 forks source link

NIP-19 #8

Closed wilsonsilva closed 8 months ago

wilsonsilva commented 1 year ago

Public keys and private keys are not strings. They are structured data with their own validation rules. However, the gem suffers from primitive obsession by treating them as simple strings. Implementing NIP-19 is an excellent opportunity to fix this.

wilsonsilva commented 10 months ago

I stopped other projects so this is now in progress.

wilsonsilva commented 8 months ago

Delivered in v0.5.0