Skip to content

MortalKastor/ledger-test-library-nodejs

 
 

Repository files navigation

Ledger C++ Test Library

Test Library that allows to retrieve transactions of addresses

Dependencies

Build

For Android, you will need JAVA to be installed on your machine. For Windows build you will need to install: make, libiconv, libintl.

External dependencies:

This projects is based on external modules: Djinni, json11, gyp and optional. To get those dependencies:

git submodule init
git submodule update --remote

Binding to node JS

Generate binding (under build/Release/ledgerapp_nodejs.node):

/bin/bash create_node_binding.sh

Build:

npm run gypbuild

Todo

To push in repository:

-Java implementation and Android test app,
-React bridging and React Native test app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.1%
  • Objective-C 11.8%
  • JavaScript 4.3%
  • Python 4.3%
  • Makefile 2.3%
  • Java 2.0%
  • Shell 0.2%