add nrepo to nostr.json

This commit is contained in:
Melvin Carvalho 2023-03-05 10:41:02 +01:00 committed by GitHub
parent fded2189f7
commit 5f2ec9a9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
17.md
View File

@ -87,11 +87,12 @@ nostr.json
The design of this NIP is such that each repo will have a public key used to send updates to a relay. The repos itself will be able to interact with nostr.
That key SHOUL appear in the top level directory of the repo in a file called `nostr.json`
That key SHOULD appear in the top level directory of the repo in a file called `nostr.json`
```JSON
{
"pubkey": "abcd123..."
"pubkey": "abcd123...",
"nrepo": "nrepo1ris1683fw6n2mvhl5h6dhqd8mqfv3wmxnz4qph83ua4dk4006ezsrt5c24"
}
```