mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 02:55:09 +00:00
8 lines
No EOL
152 B
JavaScript
8 lines
No EOL
152 B
JavaScript
/*
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
const cpcontract = require('./lib/papercontract.js');
|
|
module.exports.contracts = [cpcontract]; |