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
- Clone this repository
- Install the dependences with
[your package manager] install - Start the server with
[your package manager] startor justnode server.js - Add your relay as
ws://localhost:3000/[topic]in your Nostr client (I am usingnostras a topic to make some kind of generic swarm) - Setup done!
NIPs implemented
Currently only NIP-01, NIP-20 and NIP-45