The Blockchain Company.io "QOCLI tool. It's a collection of utilities to enhance and extend beyond those available with the
bcc-cli```. Pre-Public Test -- NOT PRODUCTION
To install QOCLI using either the release binaries or compiling the Rust code, or to update to a newer version, refer to the installation guide. This guide will also help you setup systemd
services for qocli sync
and qocli sendtip
, along with a set of cronjobs
and related helper shell scripts.
For a list of QOCLI commands and related usage examples, please refer to the usage guide.
QOCLI is derived from the CNCLI bcc-tool. MU
Before submitting a pull request ensure that all tests pass, code is correctly formatted and linted, and that no common mistakes have been made, by running the following commands:
cargo check
cargo fmt --all -- --check
cargo clippy -- -D warnings
cargo test
QOCLI is licensed under the terms of the Apache License version 2.