From d5eb9542ceab6a4057393e64b30d2e51ed833f51 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Tue, 27 Feb 2024 18:29:38 +0530 Subject: [PATCH] chore: add cover --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f490dc..0fe3dc9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ +![image](https://github.com/getAlby/http-nostr/assets/64399555/81516030-b3dd-44ab-be4f-5a5edf5dfcdd) + # HTTP-Nostr HTTP-Nostr is designed to bridge the gap between the decentralized Nostr protocol and traditional HTTP endpoints with NIP-47 in mind. It offers seamless integration, allowing for real-time interaction with the Nostr network through a well-defined HTTP API. Developers/Nostr clients can fetch NIP-47 info, publish NIP-47 requests, or subscribe to events based on filters to create client side applications on Nostr without worrying about websockets. -For subscriptions/NIP-47 requests, HTTP-Nostr accepts a webhook URL to notify about the new events/response event +For subscriptions/NIP-47 requests, HTTP-Nostr accepts a webhook URL to notify about the new events/response event.