Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 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)