https://github.com/intersectmbo/cardano-cli
This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
https://github.com/intersectmbo/cardano-cli
Last synced: 11 months ago
JSON representation
This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
- Host: GitHub
- URL: https://github.com/intersectmbo/cardano-cli
- Owner: IntersectMBO
- License: apache-2.0
- Created: 2023-05-24T13:50:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T17:06:10.000Z (11 months ago)
- Last Synced: 2025-04-25T17:37:51.531Z (11 months ago)
- Language: Haskell
- Homepage:
- Size: 52.3 MB
- Stars: 58
- Watchers: 32
- Forks: 19
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## Overview of the `cardano-cli` repository
`cardano-cli` refers to the command-line interface (CLI) tool for interacting with the Cardano blockchain.
Cardano is a blockchain platform that aims to provide a secure and scalable infrastructure for the development
of decentralized applications (dApps) and the execution of smart contracts.
The **`cardano-cli`** tool provides a comprehensive command-line interface for interacting with the Cardano blockchain. Its capabilities include:
- Creating and managing payment and stake keys
- Sending and receiving ada
- Managing and operating stake pools
- Registering and operating DReps (delegated representatives)
- Delegating stake (to a stake pool)
- Delegating voting power (to a DRep)
- Querying blockchain data
- Interacting with smart contracts and simple scripts
- Creating and voting on governance actions as a DRep, Stake Pool Operator (SPO), or Constitutional Committee (CC) member
## Executables
You can download the binaries of `cardano-cli` compatible with specific versions of `cardano-node` from [cardano-node's release notes](https://github.com/IntersectMBO/cardano-node/releases).
You can also download binaries of all versions of `cardano-cli` from [cardano-cli's release notes](https://github.com/IntersectMBO/cardano-cli/releases)
## Documentation
* [Tutorials](https://developers.cardano.org/docs/get-started/cardano-cli/get-started/)
Up to date command line help reference is available here:
* [List of all commands](cardano-cli/test/cardano-cli-golden/files/golden/help.cli)
* [Description of each command's options](cardano-cli/test/cardano-cli-golden/files/golden/help)
Development documentation can be found in [Cardano Node Wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki).
Haddock documentation is available at: https://cardano-cli.cardano.intersectmbo.org/
## Contributing
See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this project.
## Core maintainers
* [Jordan Millar](https://github.com/Jimbo4350)
* [John Ky](https://github.com/newhoggy)
* [Mateusz Gałażyn](https://github.com/carbolymer)
* [Pablo Lamela](https://github.com/palas)
[](https://ci.iog.io/job/IntersectMBO-cardano-cli/master/x86_64-linux.required)
[](https://ci.iog.io/job/IntersectMBO-cardano-cli/master/x86_64-darwin.required)
[](https://ci.iog.io/job/IntersectMBO-cardano-cli/master/aarch64-darwin.required)
[](https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amaster)
[](https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amaster)
[](https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yml)