LedgerHQ / app-ont

MIT License
2 stars 3 forks source link

ledger-app-ont

Error codes

any response that doesn not end with 0x9000 is an error. Some errors are standard errors from the APDU (Application Protocol Data Unit)

http://techmeonline.com/apdu-status-error-codes/

All errors on ONT 1.0 start with 0x6D (because I read the spec wrong).

Install

Run make load to build and load the application onto the device.

Run make delete to delete the application onto the device.

Each transaction should display correctly in the UI. Use the buttons individually to scroll up and down to view the transaction details. Either Sign or Deny the transaction by clicking both top buttons on the 'Sign Tx Now', and 'Deny Tx' screens.

See Ledger's documentation to get started.