mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
add nrepo to nostr.json
This commit is contained in:
parent
fded2189f7
commit
5f2ec9a9da
5
17.md
5
17.md
|
@ -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.
|
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
|
```JSON
|
||||||
{
|
{
|
||||||
"pubkey": "abcd123..."
|
"pubkey": "abcd123...",
|
||||||
|
"nrepo": "nrepo1ris1683fw6n2mvhl5h6dhqd8mqfv3wmxnz4qph83ua4dk4006ezsrt5c24"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user