add balance command

This commit is contained in:
callebtc
2022-09-15 02:58:42 +03:00
parent 2ba0b17a3f
commit 28e76826b8

View File

@@ -81,6 +81,11 @@ Balance: 0
Balance: 420
```
#### Check balance
```bash
poetry run cashu balance
```
#### Send tokens
To send tokens to another user, enter
```bash