Environment to load the IOTA app onto the Ledger Nano S
Here we try to use natively available crypto logic to create IOTA Seeds and sign transactions on the fly. It's currently heavily in alpha so don't trust this yet!
See blue-app-iota GitHub repository for the original source code.
See Ledger's documentation to get more info about the inner workings.
- Make sure that your Ledger Nano S is running firmware 1.4.2. For update instructions see: How to update my Ledger Nano S with the firmware 1.4
- Clone this repo
- Execute the following commands to setup your environment:
cd blue-app-iota-loader
./install_env.sh
- If you execute it for the first time, maybe you have to log out and log in again to get correct group rights
- Connect your Ledger to the PC and unlock it
- To load the app, be sure that the dashboard is opened in the Ledger
- Run the following command to load the pre-compiled app onto the Ledger
python download_app.py
- Accept all the messages on the Ledger
- Connect your Ledger to the PC and unlock it
- To delete the app, be sure that the dashboard is opened in the Ledger
- Run the following command to delete the IOTA app on the Ledger
python delete_app.py
- Accept all the messages on the Ledger
See: blue-app-iota README
Would you like to donate to help the development team? Send some IOTA to the following address:
ADLJXS9SKYQKMVQFXR9JDUUJHJWGDNWHQZMDGJFGZOX9BZEKDSXBSPZTTWEYPTNM9OZMYDQWZXFHRTXRCOITXAGCJZ
Please know that the donations made to this address will be shared with everyone who contributes (the contributions has to be worth something, of course)
Would you like to contribute as a dev? Please check out our Discord channel to contact us!
