input-output-hk / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardano Wallet

E2E Tests Status


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=mainnet 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.

How to install (Linux / Windows / Mac OS)

See Installation Instructions for each available release.

Latest releases

cardano-wallet cardano-node (compatible versions)
master branch 1.35.4
v2023-04-14 1.35.4
v2022-12-14 1.35.4
v2022-10-06 1.35.3

How to build from sources

See Building

How to test

See Testing

Documentation

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

About

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.

License:Apache License 2.0


Languages

Language:Haskell 88.2%Language:Ruby 5.3%Language:Markdown 4.8%Language:Nix 1.1%Language:Shell 0.5%Language:Lean 0.1%Language:Dockerfile 0.0%Language:Dhall 0.0%Language:HTML 0.0%