fabric-samples/commercial-paper/contract/index.js
Anthony O'Dowd d77665186e FAB-11723 Developing Apps: Sample pt 1 -- contract
Change-Id: Ia61aae9b83c3297dfe28fd475c585e021186a4aa
Signed-off-by: Anthony O'Dowd <a_o-dowd@uk.ibm.com>
2018-09-05 07:41:50 +01:00

7 lines
117 B
JavaScript

/*
SPDX-License-Identifier: Apache-2.0
*/
'use strict';
module.exports.contracts = require('./lib/cpcontract.js');