From b685d084022e0a72f66df376ec38becb4f3a29e1 Mon Sep 17 00:00:00 2001 From: KaffinPX <73744616+KaffinPX@users.noreply.github.com> Date: Fri, 23 Jun 2023 01:19:02 +0300 Subject: [PATCH] Some fix --- 96.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/96.md b/96.md index cbc766e5..c317ed67 100644 --- a/96.md +++ b/96.md @@ -1,12 +1,12 @@ NIP-96 ====== -Code collaboration over Nostr +Code Collaboration over Nostr ---------------------- `draft` `optional` `author: KaffinPX and Not Thomiz` -This NIP defines a way to distribute files over nostr by using it as transport and organizer layer. We could implement it for solutions like Git but their scheme is not compatible with async networks like nostr because of their commit chain, if one commit is missing we cant build latest state of files. This NIP will consider every commitment as revision which will include latest state of files and won't keep state on nostr but just an unique indicator(an integrity proof) for file. +This NIP defines a way to collaborate on coding over nostr by using it as transport and organizer layer. We could implement it for solutions like Git but their scheme is not compatible with async networks like nostr because of their commit chain, if one commit is missing we cant build latest state of files. This NIP will consider every commitment as revision which will include latest state of files and won't keep state on nostr but just an unique indicator(an integrity proof) for file. ## Definition of a File Distribution Event