Go to file
Frank.R.Wu c077d425ab feat: update YJSCompiler
compile getGlobal in all contracts
2022-07-30 16:55:39 +08:00
lib refactor: add bdledger dependencies 2022-05-20 22:50:13 +08:00
src feat: update YJSCompiler 2022-07-30 16:55:39 +08:00
.gitignore support debug run 2021-11-02 12:58:35 +08:00
build.gradle upgrade rocksdb 2022-06-29 09:19:57 +08:00
debugconf.json.template support debug run 2021-11-02 12:58:35 +08:00
LICENSE initial commit 2021-09-29 17:55:13 +08:00
README.md support debug run 2021-11-02 13:03:29 +08:00

项目说明

DebugRun说明

1.复制debugconf.json.template

copy debugconf.json.template debugconf.json

2.修改debugconf.json

{
  "agentHttpAddr": "127.0.0.1:18000",
  "script": "xxx/xx/xxxx.ypk", //ypk路径
  "pubKey": "04d1xxx", //在agent有权限的pubkey
  "privKey": "df8" //pubkey对应的privkey
}

3.设置DebugMain的路径为xxx/xxx/cp

执行DebugMain.main即可