Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.06 KB

ledger-app-klaytn

Klaytn wallet app for Ledger Blue, Nano S and (possibly) Nano X.

App was prepared by Kompose company, please join our Telegram channel to get news and resolve issues - @kompose.

Building and Installing

To build and install the app on your Ledger Nano S you must set up the Ledger Nano S and Blue build environments. Please follow the Getting Started instructions at here. For Ledger Nano X, you'd need to obtain a private SDK from Ledger Devs Slack.

Compile and load the app onto the device:

make load

Refresh the repo (required after Makefile edits):

make clean

Remove the app from the device:

make delete

See Makefile for the full info on building the app.

Documentation

This follows the specification available in the app-klaytn.md.

License

Apache License 2.0