JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q68621F
  • 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. Clone this repository
  2. Install the dependences with [your package manager] install
  3. Start the server with [your package manager] start or just node server.js
  4. Add your relay as ws://localhost:3000/[topic] in your Nostr client (I am using nostr as a topic to make some kind of generic swarm)
  5. Setup done!

NIPs implemented

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