Package Exports
- hyperledger-fabric-chaincode-helper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyperledger-fabric-chaincode-helper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
|| BLOCKOTUS || Chaincode Helper
for Hyperledger Fabric
Documentation
import { getUniqueClientId, getTimestamp } from 'hyperledger-fabric-chaincode-helper';
const uniqueClientId: string = getUniqueClientId(ctx);
const timestamp: string = getTimestamp(ctx);
Tool compatible with || BLOCKOTUS || Organism
Build complete decentralized applications with Blockotus Open and Decentralized Standard and Hyperledger Fabric.
The kit includes a Frontend (Svelte / React), a Backend (Nodejs / Express), a Network and Chaincode Contracts (Hyperledger Fabric) as specified by Blockotus Open and Decentralized Standard.