Skip to content

nostr-relay npm

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