From 1e5f27a64b969fe1cbdafd9bbea2100882b02722 Mon Sep 17 00:00:00 2001 From: LeandroBitcoiner21 <107815651+leandro21b@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:32:19 -0300 Subject: [PATCH] NIP-70 - Collaborative Events --- 70.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 70.md diff --git a/70.md b/70.md new file mode 100644 index 00000000..88f4d1e7 --- /dev/null +++ b/70.md @@ -0,0 +1,29 @@ +NIP-70 +====== + +Collaborative Events +-------------------- + +`draft` `optional` `author:leandro21b` + +## Description: + +Collaborative Events are events involving several users that can be useful for applications such as publications involving several users, creation of content involving several content producers, publications by companies with the signature of several partners, public digital contracts, etc. + +The event is created and signed by its creator, then he distributes the event for the other users involved to sign, sending can be done in several ways, for example through `Encrypted Direct Message KIND-4`, after the event is signed by all parties involved, it can be sent to the relays. + +## Example: + +```json +{ + "id": , + "pubkey": [, ], + "created_at": , + "kind": 70, + "tags": [], + "content": , + "sig": [, ] +} +``` + +Collaborative events are identified by `KIND-70`