polysig-node-bindings 0.8.0

Nodejs bindings for the polysig library
Documentation
1
2
3
4
5
6
// build.rs
extern crate napi_build;

fn main() {
    napi_build::setup();
}