Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T18:55:17.000Z (7 months ago)
- Last Synced: 2024-05-02T02:01:59.293Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 37.1 MB
- Stars: 24
- Watchers: 30
- Forks: 13
- Open Issues: 41
-
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/
[![x86\_64-linux](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-linux.required/shield&style=flat-square&label=x86_64-linux)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-linux.required)
[![x86\_64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-darwin.required/shield&style=flat-square&label=x86_64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-darwin.required)
[![aarch64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required/shield&style=flat-square&label=aarch64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required)
[![GHA Build](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/haskell.yml?branch=main&label=GHA%20Build&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amain)
[![Haddock](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/github-page.yml?branch=main&label=Haddocks&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amain)
[![Release Upload](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/release-upload.yml?label=GH%20Release%20Upload&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yml)