Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 623 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 623 Bytes

asset-tracking

Build Status Coverage Status

Asset tracking chain-code: Fabric v1.2
Run Fabric chaincode testcases without actually running any Fabric network/peers.

Project-structure

src: chaincode source files
test: test case using mockstub

setup

git clone https://github.com/subhodi/asset-tracking.git
npm install
npm test