Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 736 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 736 Bytes

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.