sdmay-fabric-wrapper
v1.4.8
Published
Fabric wrapper
Downloads
5
Readme
sdmay-fabric-wrapper
Node module for some of the modules in the Hyperledger Fabric SDK
When publishing new changes to this module, run npm run build then npm publish. You will need to be logged into the sdmay20-12 npm account. The creds are available in google drive.
Currently installed on API and Publisher.
Development Environment Setup
Node v10.15.3
npm 6.12.0
Run
npm i
Testing
Before running tests you must run npm run build. Imports in tests and within files
use babel compiled files.
npm test
Testing with Coverage
npm run coverage
Linting
npm run lint
