# zkInterface - Zero-knowledge Standard

zkInterface is a standard tool for zero-knowledge interoperability between different ZK DSLs, gadget libraries, and proving systems.

For background, see https://github.com/QED-it/zkinterface

## Usage in JavaScript

    npm i zkinterface

See [`example.js`](https://github.com/QED-it/zkinterface/blob/master/js/example.js) to get started with an example of writing and reading zkInterface messages. Run it with:

    node example.js
