LedgerHQ / app-aeternity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

æternity ledger æpp Build Status

Overview

æternity wallet application framework for Ledger Nano S.

Building and installing

To build and install the app on your Ledger Nano S you must set up the Ledger Nano S build environments. Please follow the Getting Started instructions at here.

Compile and load the app onto the device:

make load

Remove the app from the device:

make delete

Load pre-compiled HEX file

  • Download and extract tar.gz file from the latest release
  • Run the load.sh file
  • Allow unknown manager
  • Validate the app Identifier on the Ledger Nano S with the given Application full hash that is available in the release info
  • Confirm app installation on ledger
  • Enter PIN code

Examples of Ledger wallet functionality

Install dependencies:

cd examples
pip install -r requirements.txt

Test functionality:

python getAddress.py --acc 0

Documentation

This follows the specification available in the api.asc.

About

License:Apache License 2.0


Languages

Language:C 91.6%Language:Makefile 7.1%Language:Shell 1.3%