CSC wallet application for Ledger Blue and Nano S
This is a wallet app for the Ledger Nano S and Ledger Blue that makes it possible to store your CasinoCoin-based assets on those devices.
A companion Javascript library is available to communicate with this app.
To build and install the app on your Nano S or Blue you must set up the Ledger Nano S or Blue build environment. Please follow the Getting Started instructions at the Ledger Nano S github repository.
Alternatively, you can set up the Vagrant Virtualbox Ledger environment maintained here. This sets up an Ubuntu virtual machine with the Ledger build environment already set up. Note that if you are on a Mac, at the time of this writing this seems to be the only way to build and load the app.
Like another alternative you can use Docker for building this project using this in that project there is an example of how to build this project here
The command to compile and load the app onto the device is:
$ make load
To remove the app from the device do:
$ make delete