Push and get events to your Proxy, get results from multiple Nostr relays
In the project directory, run:
pnpm install
Edit your env variables. You can use a .env
file by copying the file .env.example
in the root directory, or you can set your variables into your hosting provider UI.
PROXY_URL=wss://your-proxy.com
RELAYS=wss://relay1.com,wss://relay2.com,wss://relay.com
To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.
Use ws://localhost:3000
into your Nostr client.
For production mode
Run the test cases.
- Global feed don't load after the cache is removed
- NOTICE is not send to the right client
This project is MIT licensed.