{"id":50352565,"url":"https://github.com/cardanoapi/adaup","last_synced_at":"2026-05-29T21:30:28.094Z","repository":{"id":359301233,"uuid":"1031605933","full_name":"cardanoapi/adaup","owner":"cardanoapi","description":"Automatically download cardano services and use them in cli","archived":false,"fork":false,"pushed_at":"2026-05-21T08:10:37.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-21T15:40:37.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cardanoapi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-04T04:13:16.000Z","updated_at":"2026-05-21T08:10:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cardanoapi/adaup","commit_stats":null,"previous_names":["cardanoapi/adaup"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cardanoapi/adaup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardanoapi%2Fadaup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardanoapi%2Fadaup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardanoapi%2Fadaup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardanoapi%2Fadaup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cardanoapi","download_url":"https://codeload.github.com/cardanoapi/adaup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardanoapi%2Fadaup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33672124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-05-29T21:30:27.537Z","updated_at":"2026-05-29T21:30:28.085Z","avatar_url":"https://github.com/cardanoapi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## Installation\n\n**⚠️ Warning:** Only **x86/64 Linux** platform is supported.\n\n\n\n```bash\npip install adaup\n```\n\n#### SystemWide Installation\n```\nsudo pip install --upgrade adaup --break-system-packages\n```\nAfter installation, the `cardano` executable will be available in your PATH.\n\n## Usage\n\nThe `cardano` executable provides a command-line interface to manage Cardano and Hydra nodes.\n\n### Running a Cardano Node\n\nTo start a Cardano node for a specific network (e.g., `preview` or `preprod` or `mainnet` ), use the `node` command:\n\n```bash\ncardano node preview\n```\n\nYou can also specify a different network or node version:\n\n```bash\ncardano node mainnet \n```\n\nFor a local single-node development network with prepackaged genesis material and an auto-funded default wallet in `~/.cardano/keys`, use:\n\n```bash\ncardano node devnet\n```\n\nThis starts a local node at `~/.cardano/devnet/node.socket` using cardano-node `11.0.1`, regenerates `payment.*`, `stake.*` and `payment.addr` under `~/.cardano/keys` on each run, and funds that address with `1000000000000` lovelace (1,000,000 ADA) from the devnet faucet. The packaged devnet genesis funds the faucet with enough lovelace for repeated local bootstraps.\n\n### Running Cardano CLI Commands\n\nTo execute `cardano-cli` commands, use the `cli` subcommand followed by the `cardano-cli` arguments:\n\n```bash\nexport CARDANO_NODE_SOCKET_PATH=~/.cardano/preview/node.socket\ncardano cli query tip --testnet-magic 2\ncardano cli query tip --testnet-magic=2 --socket-path=~/.cardano/preview/node.socket ## socket path in the cli\n```\n\n### Running a Hydra Cluster\n\nTo set up and run a Hydra cluster:\n\n1.  **Bootstrap Hydra Node Credentials:**\n    Generate the necessary folders and credentials for your Hydra nodes. This will create `hydra-{n}` directories under `$HOME/.cardano/\u003cnetwork_name\u003e/`.\n\n    **e.g.** this will generate configuration for running 2 hydra nodes.\n    ```bash\n    cardano hydra bootstrap preview  2\n    ```\n\n2.  **Start 1st Hydra Node:**\n    \n\n    ```bash\n    cardano hydra node preview  0\n    ```\n2.  **Start 2nd Hydra Node in different terminal:**\n    \n\n    ```bash\n    cardano hydra node preview  1\n    ```\n    **Note** the command to run this node is available at `~/.cardano/preview/hydra-0/run.sh`\n\n3.  **Watch hydra status in  Hydra TUI :**\n    To interact with a running Hydra node, you can open the Text User Interface (TUI):\n\n    ```bash\n    cardano hydra tui  0\n    ```\n\n4.  **Reset Hydra Head Data :**\n    Shutdown you nodes, and use `reset` command to restart a new hydra head with same configurations. You can then start the nodes again.\n\n    ```bash\n    cardano hydra reset preview\n    ```\n\n5.  **Prune Hydra Cluster :**\n    To remove all keys, data and cluster information. You need to `bootstrap` the cluster again.\n\n    ```bash\n    cardano hydra prune preview\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardanoapi%2Fadaup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcardanoapi%2Fadaup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardanoapi%2Fadaup/lists"}