From c8edb06a667167f4fcded0177d4feb0b8047af70 Mon Sep 17 00:00:00 2001 From: mandelmonkey Date: Tue, 6 Jun 2023 21:14:40 +0100 Subject: [PATCH] formatting --- NIP-XXXX.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NIP-XXXX.md b/NIP-XXXX.md index f102d22..5cd9bf5 100644 --- a/NIP-XXXX.md +++ b/NIP-XXXX.md @@ -51,19 +51,19 @@ Clients implementing this NIP should register the `nostr-share` URI scheme with ## Example Implementation -I have develop a sample integration in the form of 2 apps. +I have developed a sample integration in the form of 2 android apps. The first app is an example game that generates the nostr-share URI containing a message, imageUrl, base64 encoded image, a video URL, as well as a route hint. https://github.com/mandelmonkey/nostr-share-sample-game -![Nostr Game](https://i.imgur.com/ym6azwT.jpg) + The second app is an Android app which receives the nostr-share data and displays the media. + + -![Nostr Client](https://i.imgur.com/qmFYUmz.jpg) - -![Nostr Client](https://i.imgur.com/MCItlcV.jpg) + https://github.com/mandelmonkey/nostr-share-wallet-demo