0.2.2 • Published 4 months ago

blossom-audit v0.2.2

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Blossom Server Audit

A simple cli tool for auditing blossom servers

Command documentation

Installation

This tool requires nodejs >= 20 which can be downloaded here

Once node is downloaded you can either run it with npx or install it with npm

# Run temporarily
npx run blossom-audit

# install globally
npm install -g blossom-audit

Usage

Look at the documentation for a full list of commands

A few example uses

# Run a full upload / download audit on the blossom.example.com server with the bitcoin whitepaper pdf
npx blossom-audit audit https://blossom.example.com bitcoin

# Run a full audit with authentication support
npx blossom-audit audit https://blossom.example.com bitcoin --sec nsec1...

Demo

npm.io