This project wraps the Ledger Nano S app for EOS and provides continuous integration via CircleCI.
An artifact (zip) containing a compiled app will be created for each commit.
WARNING: Remember to use this ONLY in a ledger without funds and only for testing purposes.
Click in the following link
https://circleci.com/api/v1.1/project/github/eosnewyork/ledger-eos/latest/artifacts
This will return something similar to:
[ {
"path" : "root/project/pkgapp.zip",
"pretty_path" : "root/project/pkgapp.zip",
"node_index" : 0,
"url" : "https://15-173824944-gh.circle-artifacts.com/0/root/project/pkgapp.zip"
} ]
Download the zip file from the URL you get back.
- Unzip the file
- You will find a bash script called
loadapp.sh
- Connect your ledger and enter the password
- Run the script
- Because the app is a development build and it has not been signed by ledger, it will tell you that the app is not trusted
- NEVER INSTALL THIS APP IN A LEDGER WITH FUNDS. USE A TEST LEDGER FOR DEVELOPMENT PURPOSES
- accept and install
The app will be named EosDemo with version 0.0.0. This is intentional