BDContract Web Client
Go to file
2021-09-29 23:38:37 +08:00
css feat: init; from commit c3adcb2e6bc94b46f4f34c03bc62abcce6c7e1a0 of BDContract 2021-06-15 19:55:10 +08:00
img Merge branch 'master' of https://phabricator.internetapi.cn/source/bdcontract-web-client into proj/nanning 2021-09-18 13:31:04 +08:00
js fix Nanning SQLGenerator 2021-09-29 23:38:37 +08:00
.gitignore feat: init; from commit c3adcb2e6bc94b46f4f34c03bc62abcce6c7e1a0 of BDContract 2021-06-15 19:55:10 +08:00
BaaSClient.html change router 2021-09-07 10:30:48 +08:00
bdwareclient.html feat: support function permission 2021-08-06 15:45:45 +08:00
README.md refactor(cm): typo 2021-06-25 17:28:58 +08:00

Web Client使用说明

  1. 最小可直接使用:./js 目录下的 createWS.js cryptico.js sm2.js 三个脚本。
  2. 直接打开 bdwareclinet.html ,在地址中填入单节点运行的地址,如 127.0.0.1:18000 ,可在界面中试调合约。
  3. 参考 bdwareclient.js 的写法,并配合说明文档中的 ContractAPI.html 进行使用。
  4. BaaSClient是BaaS专用的Web Client如不了解请勿改动。