Files
contract-java-example/backend/deployconfig.json

9 lines
273 B
JSON
Raw Normal View History

2022-04-22 14:10:09 +08:00
{
2022-05-20 09:26:31 +08:00
"agentAddress": "ip:port",
2022-04-22 14:10:09 +08:00
"privateKey": "e85ce2f4d8...",
"publicKey": "04da01345770b7e09d4774bf6cd67bf90b32eaa09f517c79b2d1f9b8a926",
2022-05-20 09:26:31 +08:00
"ypkPath": "./backend/build/contractexample-1.2.0.ypk",
2022-04-22 14:10:09 +08:00
"killBeforeStart": "ContractID/ContractName",
"createParam": {
2022-05-20 09:26:31 +08:00
}
2022-04-22 14:10:09 +08:00
}