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: 27 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:23:52.000Z (6 months ago)
- Last Synced: 2024-10-29T11:52:28.344Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 49.9 MB
- Stars: 41
- Watchers: 33
- Forks: 16
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-rust-cn - cardano-cli
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 allows users to perform various operations and actions on the Cardano blockchain, such as:
* creating and managing payment keys
* sending and receiving ADA
* delegating stake
* querying blockchain data
* interacting with smart contracts.## Executables
You can download the hydra binaries of ``cardano-node`` and ``cardano-cli`` from the [release notes](https://github.com/IntersectMBO/cardano-node/releases)
## 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)
* [Clément Hurlin](https://github.com/smelc)
* [Pablo Lamela](https://github.com/palas)## Documentation
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/
[](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-linux.required)
[](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-darwin.required)
[](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required)
[](https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amain)
[](https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amain)
[](https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yml)