Nostr Relay Manager or NORMA is a simple management panel based on NIP-86 Relay Management API
- Implemented methods
- ✅ allowpubkey
- ✅ banpubkey
- ✅ listallowedpubkeys
- ✅ allowkind
- ✅ disallowkind
- ✅ listallowedkinds
- ✅ blockip
- ✅ unblockip
- ✅ listblockedips
- ✅ allowevent
- ✅ banevent
- ✅ listbannedevents
- ✅ changerelayname
- ✅ changerelaydescription
- ✅ changerelayicon
Install the dependencies:
npm install
Start the dev server:
npm dev
Build the app for production:
npm build
Preview the production build locally:
npm preview