æternity wallet application framework for Ledger Nano S.
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
- 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
Install dependencies:
cd examples
pip install -r requirements.txt
Test functionality:
python getAddress.py --acc 0
This follows the specification available in the api.asc
.