GalactechsLLC / dg_xch_utils

A collection of packages made for working with the Chia Blockchain using Rust
Apache License 2.0
16 stars 2 forks source link
blockchain bls12-381 chia chia-blockchain chia-network chiapos rust

DruidGarden XCH Utils

CI crates.io

Introduction

A collection of packages for working with the Chia Blockchain using Rust,

Install

Prerequisites

From Cargo

cargo install dg_xch_cli

From Source

git clone https://github.com/GalactechsLLC/dg_xch_utils.git
cd dg_xch_utils
cargo build --release
sudo cp target/release/dg_xch_cli /usr/local/bin/dg_xch_cli

[!TIP] To Print all available commands dg_xch_cli --help
To Print Command Help dg_xch_cli <COMMAND> --help