Skip to content

callebtc/cashu-wallet-cli-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small CLI tool for manual Cashu operations

Clone this repository and install with poetry install. See the nutshell repository for more detailed instructions on how to install Python and Poetry: https://github.com/cashubtc/nutshell

Create a new mint quote:

poetry run cli mint --url https://testnut.cashu.space --amount <amount>

Mint a quote (you need to know its ID and the amount, only works with "sat")

poetry run cli mint --url https://testnut.cashu.space --id <id> --amount <amount>

If you have nutshell installed on your machine (pip install cashu), you can use it to interact with the wallet database file from this CLI tool:

CASHU_DIR=data cashu -h https://testnut.cashu.space balance

About

Small Cashu wallet CLI tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages