Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 4.61 KB

README.md

File metadata and controls

76 lines (57 loc) · 4.61 KB

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.

How to install (Linux / Windows / Mac OS)

See Installation Instructions for each available release.

Latest releases

cardano-wallet Jörmungandr (compatible versions)
master branch v0.8.13
v2020-02-17 v0.8.9
v2020-01-27 v0.8.7
v2020-01-14 v0.8.5

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
Haddock Documentation Haskell Developers using the cardano-wallet as a library
Wiki Anyone interested in the project and our development process
CLI Manual Users of the Cardano Wallet API