Skip to content

daggerhashimoto/cwa-ledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signature App for Ledger Blue & Ledger Nano S

This application demonstrates a more complex user interface, the Secure Element proxy logic, cryptographic APIs and flash storage.

Before compiling, verify that the following environment variables are set:

  • BOLOS_SDK : must point to secure_sdk_dev that has been cloned from this repository
  • BOLOS_ENV : must point to the location where the toolchain has been built

Run make load to build and load the application onto the device. After installing and running the application, you can run demo.py to test a signature over USB.

Note that in order to run demo.py, you must install the secp256k1 Python package:

pip install secp256k1

See Ledger's documentation to get started.

About

Ledger custom signature application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published