## Hyperledger Fabric-CA Client for Node.js

[![NPM](https://nodei.co/npm/fabric-ca-client.svg?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/fabric-fabric-ca-client/)

SDK for writing node.js applications to interact with [Hyperledger Fabric CA](http://hyperledger-fabric.readthedocs.io/en/latest/Setup/ca-setup.html).

This package encapsulates the APIs to interact with the Fabric CA to manage user certificates lifecycle such as register, enroll, renew and revoke. 

A separate package is provided, `fabric-client`, to interact with Peers and Orderers to install and instantiate chaincodes, send transactions and perform queries.

For application developer documentations, please visit [https://fabric-sdk-node.github.io/](https://fabric-sdk-node.github.io/)

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
s
