Skip to content

Vin-it/norma

Repository files navigation

Norma

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

Setup

Install the dependencies:

npm install

Get Started

Start the dev server:

npm dev

Build the app for production:

npm build

Preview the production build locally:

npm preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published