Officially supported platforms:
- Linux
x86_64 - Linux
arm64 - macOS Apple Silicon
arm64
Intel macOS is currently out of scope.
pip install adaupsudo pip install --upgrade adaup --break-system-packagesAfter installation, the cardano executable will be available in your PATH.
The cardano executable provides a command-line interface to manage Cardano nodes and related tooling.
Start a Cardano node for a specific network:
cardano node preview
cardano node mainnetFor a local single-node development network with prepackaged genesis material and an auto-funded default wallet in ~/.cardano/keys, use:
cardano node devnetThis 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.
Use the cli subcommand followed by regular cardano-cli arguments:
export CARDANO_NODE_SOCKET_PATH=~/.cardano/preview/node.socket
cardano cli query tip --testnet-magic 2
cardano cli query tip --testnet-magic=2 --socket-path=~/.cardano/preview/node.socket- Hydra cluster setup and operations: Hydra Guide
cardano nodeandcardano cliuse official GitHub release assets fromIntersectMBO/cardano-node.cardano mithriluses the official Mithril installer script.cardano hydraresolves binaries in this order:ADAUP_HYDRA_NODE_PATHandADAUP_HYDRA_TUI_PATH- Existing
hydra-nodeandhydra-tuiinPATH ADAUP_HYDRA_DOWNLOAD_URL- GitHub Actions artifacts from
ADAUP_HYDRA_ACTIONS_RUN_URL
For Hydra Actions artifacts, adaup resolves the artifact from the public GitHub Actions run and downloads it through a public nightly.link URL. The default bundled Hydra version 2.2.0 points to the successful release run 27418396480.