From b0526aec4dd57d358a3d4ec90739a723d3f8dd18 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 29 Jun 2023 12:11:06 +0100 Subject: [PATCH] Expanded explanation --- 88.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/88.md b/88.md index be536612..4348fea7 100644 --- a/88.md +++ b/88.md @@ -14,7 +14,7 @@ Users can use relays offering mints they trust, or relays they don't trust but f Relays offering mints must have a keypair and an additional nostr keypair for its mint. -Nostr Cash uses derived keys, much like [NIP26](https://github.com/nostr-protocol/nips/blob/master/26.md). +Nostr Cash uses derived keys, much like [NIP26](https://github.com/nostr-protocol/nips/blob/master/26.md). Each "ecash" is actually just a derived privatekey that can be burned or passed to another user. All communication between the relay and user happen over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md).