Replying to Avatar Yana

https://github.com/relaystr/dart_ndk

But we're just getting started, it's still not useable.

Have you seen this?

https://github.com/anasfik/nostr

How will yours be different?

Reply to this note

Please Login to reply.

Discussion

Yes, we took a close look to that lib's code and decided to start from scratch since it would require a total ground refactoring.

Will be different in that:

- test coverage as close as possible to 100%

- much more advanced relay management to allow flexible outbox/gossip model implementation

- persistency interfaces to allow for caching (mem or some sort of DB)

- native channels optimization for verifying signatures since dart's bip340 lib is 10x slower than acinq lib on android and other JS libs on web.

- distribution of donations to contributors according to amount of work done

- long term maintenance and adding support to new NIPs