15 stable releases

2.0.3 Apr 10, 2024
2.0.2 Feb 29, 2024
2.0.1 Jan 23, 2024
2.0.0 Dec 12, 2023
1.0.5 Jul 31, 2023

#102 in Magic Beans

Download history 2/week @ 2023-12-22 1/week @ 2024-01-05 21/week @ 2024-01-19 3/week @ 2024-02-02 8/week @ 2024-02-09 53/week @ 2024-02-16 215/week @ 2024-02-23 65/week @ 2024-03-01 31/week @ 2024-03-08 17/week @ 2024-03-15 3/week @ 2024-03-22 29/week @ 2024-03-29 171/week @ 2024-04-05

223 downloads per month
Used in 7 crates (6 directly)

Apache-2.0

10KB
288 lines

DruidGarden XCH Utils

CI crates.io

Introduction

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

  • dg_xch_cli - Command line tools to work with nodes without having to write code
  • dg_xch_clients - Library for Chia compatible RPC and Websocket Clients
  • dg_xch_core - Library containing type definitions, CLVM tools, Consensus and Pool definitions
  • dg_xch_keys - Library for creating keys and generating Mnemonics/Wallets
  • dg_xch_macros - Derive Marcos for Chia Serialization
  • dg_xch_pos - Proof of Space library for manipulating Chia Plot files
  • dg_xch_puzzles - Library for working with CLVM puzzles
  • dg_xch_serialize - Library defining ChiaSerialize and creating Impl for base types
  • dg_xch_servers - Library for Chia compatible RPC and Websocket Servers

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

Dependencies

~1–1.7MB
~38K SLoC