bdcontract-web-client/README.md
Frank.R.Wu cb5ebfc072 refactor(cm): typo
style(cm)
feat(web-client): update README.md
2021-06-25 17:28:58 +08:00

6 lines
463 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 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如不了解请勿改动。