Closed ethicnology closed 1 month ago
The most or only useful functions are the crypto related functions. Rest of almost all code is application specific, and its not that great design either (I'm not very familiar with Dart).
The crypto functions are about 140 lines of code here , generate pvt key, encrypt and decrypt.
I am not sure if they should be in their own lib. Not very familiar with library creation too in Dart.
Thank you for the hint.
Today, I've started to implement a nostr library in dart with the NIP01
If you want to collaborate or give feedbacks it would be really cool, or even if you want to talk (vocal?) about nostr to share your knowledge which is far deeper than mine.
I will write some notes etc for developers, in a bit.
Good initiative ethicnology. I'll see if I can help.
https://github.com/ethicnology/dart-nostr
Don't hesitate to contribute if you develop new NIP
Are you going to wrap functions into a dart/flutter library, so we can use it in Flutter ?