nostrver-se / nostr-php

PHP helper library for Nostr https://nostr-php.dev
https://nostr-php.dev
MIT License
53 stars 15 forks source link

thx for coding this #3

Closed mega7mega closed 1 year ago

mega7mega commented 1 year ago

thx for coding this btw, i dont use drupal but i used your code to publish posts through php on nostr :-)

could you add something like create new keypair with all 4 options: npub, nsec, and their hex versions? i am a noob to nostr programming :-D

swentel commented 1 year ago

Generating should be easy - at least I think so :)

Converting from hex to bech32 happens in #2 - I've split off the generating in #4

swentel commented 1 year ago

@mega7mega generating keys is in!

mega7mega commented 1 year ago

awesome thank you :-D i am planning to launch a youtube "competitor" on a small scale.. just MVP :-) got ontube.org today. will use some of those functions :-D