cashu-address-cli
v0.1.1
Published
A CLI tool for interacting with your Cashu-Address
Downloads
2
Readme
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.