BDContract Web Client
Go to file
2022-12-13 10:38:24 +08:00
css feat: init; from commit c3adcb2e6bc94b46f4f34c03bc62abcce6c7e1a0 of BDContract 2021-06-15 19:55:10 +08:00
img restore web-client 2021-07-26 16:48:22 +08:00
js fix duplicate import pubkey 2022-12-13 10:38:24 +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 restore web-client 2021-07-26 16:48:22 +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如不了解请勿改动。