The Wayback Machine - https://web.archive.org/web/20220410055519/https://github.com/input-output-hk/cardano-wallet
Skip to content
master
Switch branches/tags
Code

Latest commit

3222: Light mode: hardcode epoch/era conversion for the Testnet r=Unisay a=Unisay

### Issue Number

ADP-1422, ADP-1504

### Overview

[Light-mode][] (Epic ADP-1422) aims to make synchronisation to the blockchain faster by trusting an off-chain source of aggregated blockchain data. 

  [light-mode]: https://input-output-hk.github.io/cardano-wallet/design/specs/light-mode

In this pull request, we implement a function `currentNodeEra` that that determines current Era by the current epoch retrieved from the Testnet Blockfrost API.


Co-authored-by: Yuriy Lazaryev <[email protected]>
aed9240

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
lib
 
 
nix
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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) SMASH (compatible versions)
master branch 1.34.1 1.6.1
v2022-01-18 1.33.0 1.6.1
v2021-12-15 1.32.1 1.6.1
v2021-11-11 1.30.1 1.6.1

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