Test Library that allows to retrieve transactions of addresses
For Android, you will need JAVA to be installed on your machine. For Windows build you will need to install: make, libiconv, libintl.
This projects is based on external modules: Djinni, json11, gyp and optional. To get those dependencies:
git submodule init
git submodule update --remote
Generate binding (under build/Release/ledgerapp_nodejs.node):
/bin/bash create_node_binding.sh
Build:
npm run gypbuild
To push in repository:
-Java implementation and Android test app,
-React bridging and React Native test app.