Awesome
æternity ledger æpp
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 givenApplication 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
.