Expanded explanation

This commit is contained in:
Ben 2023-06-29 12:11:06 +01:00
parent d3b5da312d
commit b0526aec4d

2
88.md
View File

@ -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. 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). All communication between the relay and user happen over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md).