LedgerHQ/nanos-secure-sdk

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

Closed this issue · 1 comments

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

@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