JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q67996F
  • License ISC

Package Exports

  • hyper-nostr
  • hyper-nostr/server.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-nostr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Usage

  1. Install: npm -g hyper-nostr
  2. Run: hyper-nostr [port] (default 3000)
  3. Add your relay as ws://localhost:[port]/[topic] in your Nostr client (I am using nostr as a topic to make some kind of generic swarm)
  4. Setup done!

NIPs implemented

Currently only NIP-01, NIP-20 and NIP-45