DEPRECATED
Please use the new repository at: https://github.com/cardano-community/cncli
CNCLI
A community-based cardano-node
CLI tool. It's a collection of utilities to enhance and extend beyond those available with the cardano-cli
.
Installation
To install CNCLI 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 cncli sync
and cncli sendtip
, along with a set of cronjobs
and related helper shell scripts for PoolTool integrations.
Usage & Examples
For a list of CNCLI commands and related usage examples, please refer to the usage guide.
Contributors
CNCLI is provided free of charge to the Cardano stake pool operator community. If you want to support its continued development, you can delegate or recommend the pools of our contributors:
Contributing
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
License
CNCLI is licensed under the terms of the Apache License version 2.