Skip to content

predix/hfc-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperledger Fabric Util

This module provides wrapper functions for interacting with hyperledger fabric using hfc node module.

Usage

  1. Install node module
    npm install hfc-util
    
  2. Import the module
    var hfcUtil = require('hfc-util');
    
  3. Invoke methods exposed by the module
    hfcUtil.setupChain('mychain', <membership addr>, <comma separated peer addr>, [<key value store folder location>], [<vault url>], [<vault token>]);
    hfcUtil.enrollRegistrar('registrar','registrarPassword');
    

About

Wrapper functions to interact with hyperledger fabric client library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published