nostr-relay npm
- @nostr-relay - npm search
- nostr-relay-tray
- CodyTseng/nostr-relay: Easily build your customized Nostr Relay. (WIP)
- CodyTseng/nostr-relay-sqlite: This is a simple Nostr Relay server powered by nostr-relay
Running nostr-relay-sqlite
nvm install 20
nvm use 20
git clone https://github.com/CodyTseng/nostr-relay-sqlite.git
cd nostr-relay-sqlite
npm i
npm run build
npm run start -- \
--file ./nostr.db \
--port 3003