Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapping a dart/flutter nostr library #50

Open
ethicnology opened this issue Dec 26, 2022 · 4 comments
Open

Wrapping a dart/flutter nostr library #50

ethicnology opened this issue Dec 26, 2022 · 4 comments

Comments

@ethicnology
Copy link

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

@vishalxl
Copy link
Owner

vishalxl commented Dec 26, 2022

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.

@ethicnology
Copy link
Author

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.

@vishalxl
Copy link
Owner

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

@saentari
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants