From 2d0a2d1085a2947bb9dbed25cf0ab0ac447aeb7a Mon Sep 17 00:00:00 2001 From: Anas Fikhi Date: Mon, 27 Oct 2025 20:35:40 +0100 Subject: [PATCH] Added two libraries I built relates to Nostr and useful. Added new libraries for Nostr development in README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0afcdab..7738f27 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,8 @@ Websites with lists of relays and their performance/health: - [Landing page](https://nostorg.github.io/clients/) ## Libraries - +- [flutter_nostr](https://github.com/anasfik/flutter_nostr)![stars](https://img.shields.io/github/stars/anasfik/flutter_nostr.svg?style=social) - Build scalable/complex Nostr apps effortlessly with Flutter — even as a beginner! +- [nostr_relay_management](https://github.com/anasfik/nostr_relay_management)![stars](https://img.shields.io/github/stars/anasfik/nostr_relay_management.svg?style=social) - Dart/Flutter support for NIP-86 (Relay Management API) with better developer experience. - [amberflutter](https://github.com/sebdeveloper6952/amberflutter)![stars](https://img.shields.io/github/stars/sebdeveloper6952/amberflutter.svg?style=social) - A Flutter wrapper for Amber (Offline Signer). - [arduino-nostr](https://github.com/lnbits/arduino-nostr)![stars](https://img.shields.io/github/stars/lnbits/arduino-nostr.svg?style=social) - An Arduino nostr library. - [dart NDK](https://github.com/relaystr/ndk) ![stars](https://img.shields.io/github/stars/relaystr/ndk.svg?style=social) - Nostr Development Kit for dart applications