Skip to content

Command line tool for managing a nostr relay using NIP-86 spec

Notifications You must be signed in to change notification settings

relaytools/crusher86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crusher86

This is a command line tool for managing a nostr relay using nip-86.

build

go build

examples:

export NOSTR_SECRET_KEY=xyz

#listing supported methods
crusher86 -url https://somerelay.xyz -method supportedmethods

# adding a pubkey
crusher86 -url https://somerelay.xyz -method allowpubkey -param1 hexpubkey -param2 "a reason";

# list allowed pubkeys
crusher86 -url https://somerelay.xyz -method listallowedpubkeys

# help
crusher86 -help

About

Command line tool for managing a nostr relay using NIP-86 spec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages