vishalxl / nostr_console

Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
GNU Affero General Public License v3.0
439 stars 33 forks source link

Support "npub1" public keys #48

Closed seth586 closed 5 months ago

seth586 commented 1 year ago

Kinda frustrating having to convert to hex, can we just add support for 'npub1' public keys?

vishalxl commented 1 year ago

Yes, its the first item in todo list in readme.

Right now I am just fixing some connection issues, then will do the npub feature. Will take a couple days still.

Till then use damus.io/key.

vishalxl commented 5 months ago

Latest build from Actions now has support for nsec key with --prikey option ( same with npub key too).