0.1.1 • Published 1 year ago

cashu-address-cli v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

cashu-address-cli

A CLI tool for interacting with a cashu-address-cli

Disclaimer

cashu-address-cli is a work-in-progress. Please proceed with caution.

Features

  • Save your nsec locally (always encrypted with a passphrase);
  • Check your cashu-address balance
  • Claim your cashu-address balance via Cashu or LN
  • Delete local data

Getting Started

cashu-address-cli is a NodeJS application. You can either run it using npx or using node itself.

Running with npx

npx cashu-address-cli

Running with NodeJS

npm install
npm run start

Contributing

Contributions are welcome. Please open an issue before you get to work.