0xtrr / nostr-tool

A simple CLI to send nostr events
MIT License
60 stars 18 forks source link

feature: NIP-58 (Badges) support #37

Closed 0xtrr closed 1 year ago

0xtrr commented 1 year ago

I haven't read too much up on badges but it seems pretty easy to implement. We should have one command for creating a badge and one for issuing the badge to a npub.

0xtrr commented 1 year ago

Fixed in #52. Lacks support for setting profile badges but I couldn't find a good way to do it. Will add it later if I figure out a good way too structure the input data to ensure order in a and p tags.