0.0.1-alpha-202106071548 • Published 3 years ago

symbol-ledger-typescript v0.0.1-alpha-202106071548

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

symbol-ledger-typescript

Small client library that provides a facade between javascript and typescript apps and the Symbol Ledger App in a Ledger.

Version Downloads/week License Build Status Coverage Status Api Doc

To keep the library small and (release) independent, the library doesn't depend on the typescript SDK, but it should be used alongside. The library tests use the TS SDK for e2e and demonstration propuses.

To try the library:

  1. Connect your Ledger device to your computer.
  2. Using Ledger Live, install the Symbol App.
  3. Open the Symbol Ledger App in your Ledger device.
  4. Clone this repo.
  5. npm install
  6. npm run e2e

You can see usage examples in the SymbolLedger.e2e.ts file.