{"id":13436453,"url":"https://github.com/IntersectMBO/cardano-cli","last_synced_at":"2025-03-18T21:30:36.065Z","repository":{"id":170024242,"uuid":"644904916","full_name":"IntersectMBO/cardano-cli","owner":"IntersectMBO","description":"This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.","archived":false,"fork":false,"pushed_at":"2024-10-29T10:23:52.000Z","size":52370,"stargazers_count":41,"open_issues_count":44,"forks_count":16,"subscribers_count":33,"default_branch":"main","last_synced_at":"2024-10-29T11:52:28.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntersectMBO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-24T13:50:59.000Z","updated_at":"2024-10-24T17:26:15.000Z","dependencies_parsed_at":"2023-10-14T16:33:25.311Z","dependency_job_id":"302d1da8-fe5d-465a-b666-ad5ca416e801","html_url":"https://github.com/IntersectMBO/cardano-cli","commit_stats":null,"previous_names":["input-output-hk/cardano-cli","intersectmbo/cardano-cli"],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntersectMBO","download_url":"https://codeload.github.com/IntersectMBO/cardano-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244310279,"owners_count":20432508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:00:48.556Z","updated_at":"2025-03-18T21:30:31.055Z","avatar_url":"https://github.com/IntersectMBO.png","language":"Haskell","funding_links":[],"categories":["应用","Haskell"],"sub_categories":["Cryptocurrencies"],"readme":"\n## Overview of the `cardano-cli` repository\n`cardano-cli` refers to the command-line interface (CLI) tool for interacting with the Cardano blockchain.\nCardano is a blockchain platform that aims to provide a secure and scalable infrastructure for the development\nof decentralized applications (dApps) and the execution of smart contracts.\n\nThe `cardano-cli` tool allows users to perform various operations and actions on the Cardano blockchain, such as:\n\n* creating and managing payment keys\n* sending and receiving ADA\n* delegating stake\n* querying blockchain data\n* interacting with smart contracts.\n\n## Executables\n\nYou can download the hydra binaries of ``cardano-node`` and ``cardano-cli`` from the [release notes](https://github.com/IntersectMBO/cardano-node/releases)\n\n## Contributing\n\nSee the [Contributing guide](CONTRIBUTING.md) for how to contribute to this project.\n\n## Core maintainers\n\n* [Jordan Millar](https://github.com/Jimbo4350)\n* [John Ky](https://github.com/newhoggy)\n* [Mateusz Gałażyn](https://github.com/carbolymer)\n* [Clément Hurlin](https://github.com/smelc)\n* [Pablo Lamela](https://github.com/palas)\n\n## Documentation\n\nDevelopment documentation can be found in [Cardano Node Wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki).\n\nHaddock documentation is available at: https://cardano-cli.cardano.intersectmbo.org/\n\n\n[![x86\\_64-linux](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-linux.required/shield\u0026style=flat-square\u0026label=x86_64-linux)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-linux.required)\n[![x86\\_64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-darwin.required/shield\u0026style=flat-square\u0026label=x86_64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-darwin.required)\n[![aarch64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required/shield\u0026style=flat-square\u0026label=aarch64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required)\n[![GHA Build](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/haskell.yml?branch=main\u0026label=GHA%20Build\u0026style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amain)\n[![Haddock](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/github-page.yml?branch=main\u0026label=Haddocks\u0026style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amain)\n[![Release Upload](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/release-upload.yml?label=GH%20Release%20Upload\u0026style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yml)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntersectMBO%2Fcardano-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIntersectMBO%2Fcardano-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntersectMBO%2Fcardano-cli/lists"}