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 Wiki - Docker for more information about using docker.
See Installation Instructions for each available release.
cardano-wallet cardano-node (compatible versions) SMASH (compatible versions) master
branch1.25.1 1.3.0 v2021-01-28 1.25.1 1.3.0 v2021-01-12 1.24.2 1.3.0 v2020-12-21 1.24.2 1.2.0
See Wiki - Building
See Wiki - Testing
Link | Audience |
---|---|
API Documentation | Users of the Cardano Wallet API |
Wiki | Anyone interested in the project and our development process |
CLI Manual | Users of the Cardano Wallet API |