bsv-wallet-cli 0.1.20

Self-hosted BSV wallet CLI and BRC-100 server, wire-compatible with MetaNet Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod actions;
pub mod address;
pub mod balance;
pub mod compact;
pub mod daemon;
pub mod fund;
pub mod identity;
pub mod init;
pub mod outputs;
pub mod send;
pub mod serve;
pub mod services;
pub mod split;
pub mod ui;