21 lines
510 B
Markdown
21 lines
510 B
Markdown
# Nostr Relay
|
|
|
|
## One click and spin up your own Nostr relay. Share with the world, or use privately.
|
|
|
|
|
|
### Usage
|
|
Install this extension into your LNbits instance.
|
|
....
|
|
|
|
|
|
## Supported NIPs
|
|
- [x] NIP-01: Basic protocol flow
|
|
- [x] NIP-02: Contact List and Petnames
|
|
- `kind: 3`: delete past contact lists as soon as the relay receives a new one
|
|
|
|
### Development
|
|
|
|
Create Symbolic Link:
|
|
```
|
|
ln -s /Users/my-user/git-repos/nostr-relay-extension/ /Users/my-user/git-repos/lnbits/lnbits/extensions/nostrrelay
|
|
```
|