--- a
+++ b/contract/index.js
@@ -0,0 +1,10 @@
+/*
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+'use strict';
+
+const MyAssetContract = require('./lib/my-asset-contract');
+
+module.exports.MyAssetContract = MyAssetContract;
+module.exports.contracts = [ MyAssetContract ];