Skip to content

A tool to re-broadcast event from one relay to another

License

Notifications You must be signed in to change notification settings

mroxso/nostr-broadcast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nostr-broadcast

This tool allows you to take events from one relay and publish them to another

Pre-requisites

You must have node.js (18) and npm installed.

Steps

git clone https://github.com/mroxso/nostr-broadcast.git
cd nostr-broadcast
npm install

Open index.js with your favorite text editor and change to your values as needed.

  • YOUR_HEX_ENCODED_PUBLIC_KEY_HERE
  • TO_RELAY_URL

Note, you can also change the values of the relayFromUrls array to match your current relay list as desired.

Save the changes to the file then run

node index.js

About

A tool to re-broadcast event from one relay to another

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 89.6%
  • Dockerfile 10.4%