dg_xch_cli 2.1.3

CLI Utilities for the Chia Blockchain
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> Result<(), std::io::Error> {
    dg_xch_cli_lib::run_cli().await
}