LedgerHQ / nanos-secure-sdk

Secure (ST31) SDK for Ledger Nano S
Apache License 2.0
96 stars 53 forks source link

In which environment i need to use these applications Either in Linux or in Windows #5

Closed hardikeldaas closed 1 year ago

hardikeldaas commented 6 years ago

Dear all ,

As I am going through this first time so this sdk , open source apps and tool chain for development of Nano s ledger we need to use these in Linux system or windows system please help here any help will be appricited

Thanks Hardik pareek

danuker commented 5 years ago

@hardikeldaas This SDK lets you compile "userspace" apps for the wallets (like the Bitcoin wallet, Ethereum and so on).

The general workflow looks like:

  1. Get/write the source code of the app
  2. Compile the app with this SDK (nanos-secure-sdk) - note that you have to edit include/bolos_target.h to match your device's firmware ID, as specified in the Blue Loader readme
  3. Load the app into the wallet, using the Python Blue Loader

Examples of app source code (for point 1):

Getting started: https://ledger.readthedocs.io/en/latest/userspace/getting_started.html