erlang-punch / nostr

A pure Erlang implementation of the nostr protocol
https://github.com/erlang-punch/nostr
MIT License
16 stars 3 forks source link

Issue/3 implement nip01 basic events and kinds #13

Closed niamtokik closed 1 year ago

niamtokik commented 1 year ago

closes #3 #12

This pull request is implementing Schnorr signature scheme and NIP/01. It fixes a lot of bugs and defines all the types and records needed for the other NIP. A simple client can be used. Here a non-exhaustive list of all modification: