nostr_console icon indicating copy to clipboard operation
nostr_console copied to clipboard

Wrapping a dart/flutter nostr library

Open ethicnology opened this issue 2 years ago • 4 comments

Are you going to wrap functions into a dart/flutter library, so we can use it in Flutter ?

ethicnology avatar Dec 26 '22 08:12 ethicnology

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.

vishalxl avatar Dec 26 '22 10:12 vishalxl

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.

ethicnology avatar Dec 27 '22 22:12 ethicnology

I will write some notes etc for developers, in a bit.

vishalxl avatar Dec 28 '22 13:12 vishalxl

Good initiative ethicnology. I'll see if I can help.

saentari avatar Dec 31 '22 14:12 saentari