All Projects → input-output-hk → Cardano Wallet

input-output-hk / Cardano Wallet

Licence: apache-2.0
HTTP server & command-line for managing UTxOs and HD wallets in Cardano.

Programming Languages

haskell
3896 projects

Cardano Wallet


Overview

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.

Getting Started

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.

How to install (Linux / Windows / Mac OS)

See Installation Instructions for each available release.

Latest releases

cardano-wallet cardano-node (compatible versions) SMASH (compatible versions)
master branch 1.25.1 1.3.0
v2021-03-04 1.25.1 1.3.0
v2021-02-15 1.25.1 1.3.0
v2021-02-12 1.25.1 1.3.0
v2021-01-28 1.25.1 1.3.0

How to build from sources

See Wiki - Building

How to test

See Wiki - Testing

Documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].