feat: support createParam

feat: docker script
This commit is contained in:
CaiHQ
2022-04-21 10:18:48 +08:00
parent a8ea5c6d53
commit 6f1fc41aad
15 changed files with 142 additions and 19 deletions

View File

@@ -0,0 +1,23 @@
{
"cmi": "_CMI",
"debug": "",
"disableDoRepo": false,
"disableLocalLhs": false,
"doipCertPath": "",
"doipLhsAddress": "",
"doipPort": 21032,
"doipUserHandle": "",
"enableEventPersistence": false,
"enableSsl": "./ssl/chained.pem:./ssl/domain.pem",
"ip": "127.0.0.1",
"isLAN": true,
"overwrite": false,
"servicePort": 21030,
"textFileSuffixes": ".yjs,.json,.txt,.css,.js,.html,.md,.conf,.csv",
"withBdledgerClient": "./runnable/bdledger_mac",
"withBdledgerServer": false,
"consistencyPlugins": "/bdcontract/nosuchlib/custom-plugin.jar",
"startContract": [
],
"datachainConf": "_LEDGERHOST:_LEDGERPORT"
}

View File

@@ -0,0 +1,6 @@
{
"_HOSTIP": "127.0.0.1",
"_PREFIX": "macjw.zbfz",
"_LEDGERPORT": "2401",
"_LEDGERHOST": "bdledger"
}

View File

@@ -0,0 +1,3 @@
#!/bin/bash
java -cp cp/libs/*:cp/yjs.jar org.bdware.sc.SM2Helper generateKeyToFile
java -cp cp/libs/*:cp/yjs.jar org.bdware.sc.SM2Helper generateCMConfig