Cardano Wallet
Cardano Wallet helps you manage your Ada. You can use it to send and receive payments on the Cardano blockchain.
This project provides an HTTP Application Programming Interface (API) and command-line interface (CLI) for working with your wallet.
It can be used as a component of a frontend such as Daedalus, which provides a friendly user interface for wallets. Most users who would like to use Cardano should start with Daedalus.
ℹ️ This source code repository contains the next major version of Cardano Wallet, which has been completely rewritten for the Shelley phase.
💡 The Byron version of Cardano Wallet is in the cardano-sl repository.
wget https://raw.githubusercontent.com/input-output-hk/cardano-wallet/master/docker-compose.yml
NETWORK=testnet docker-compose up
Fantastic! The server is up-and-running, waiting for HTTP requests on localhost:8090/v2
e.g.:
curl http://localhost:8090/v2/network/information
or to be accessed via CLI, e.g.:
docker run --network host --rm inputoutput/cardano-wallet network information
See also Docker for more information about using docker.
NixOS users can also use the NixOS service.
See Installation Instructions for each available release.
cardano-wallet cardano-node (compatible versions) SMASH (compatible versions) master
branch1.34.1 1.6.1 v2022-04-27 1.34.1 1.6.1 v2022-01-18 1.33.0 1.6.1 v2021-12-15 1.32.1 1.6.1
See Building
See Testing
Link | Audience |
---|---|
User Guide | Users of Cardano Wallet |
CLI Manual | Users of the Cardano Wallet API |
API Documentation | Users of the Cardano Wallet API |
Cardano Wallet Documentation | Anyone interested in the project and our development process |
Adrestia Documentation | Anyone interested in the project and our development process |