æ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 loadRemove the app from the device:
make delete- Download and extract
tar.gzfile from the latest release - Run the
load.shfile - Allow unknown manager
- Validate the app
Identifieron the Ledger Nano S with the givenApplication full hashthat is available in the release info - Confirm app installation on ledger
- Enter PIN code
Install dependencies:
cd examples
pip install -r requirements.txtTest functionality:
python getAddress.py --acc 0This follows the specification available in the api.asc.