bsv-wallet-cli 0.2.24

Self-hosted BSV wallet CLI and BRC-100 server, wire-compatible with MetaNet Client
Documentation
1
2
3
4
5
6
7
8
9
pub mod arc_ingest;
pub mod broadcast_reconcile;
pub mod broadcast_verify;
pub mod gift;
pub mod relay;
pub mod server;
// The ONE env→broadcaster resolver. `broadcast_verify` reads the broadcast
// plane from it so the verifier cannot drift from the broadcaster in use.
pub mod services_env;