Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 443 Bytes

zingolib-wrapper

This is a zingolib wrapper, it manages wallet creation, restore and syncing automatically.

Building

To build zingolib-wrapper, just follow the steps:

$ git clone https://github.com/james-katz/zingolib-wrapper.git
$ cd zingolib-wrapper
$ npm install
$ npm run neon

You'll need rust, openssl-dev and a few other dependencies.

Using it

See index.js and examples for usage example.

TODO

Write documentation