muXxer / blue-app-iota-loader

Environment to load the IOTA app onto the Ledger Nano S

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load the IOTA app onto the Ledger Nano S

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.

How to get started

Requirements

Preparing environment under Debian and Ubuntu

  • 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

Load the IOTA Ledger app

  • 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

Delete the IOTA Ledger app

  • 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

Documentation

See: blue-app-iota README

Contributing

Donations

Would you like to donate to help the development team? Send some IOTA to the following address:

ADLJXS9SKYQKMVQFXR9JDUUJHJWGDNWHQZMDGJFGZOX9BZEKDSXBSPZTTWEYPTNM9OZMYDQWZXFHRTXRCOITXAGCJZ

IOTA Ledger Donation

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)

As a developer

Would you like to contribute as a dev? Please check out our Discord channel to contact us!

About

Environment to load the IOTA app onto the Ledger Nano S

License:MIT License


Languages

Language:Python 60.4%Language:Shell 39.6%