bdcontract-sdk-javascript/DEVELOP.md
2023-03-15 10:07:21 +08:00

409 B

Development Guide

  1. install http-server to enable debug at local.
npm install -g http-server
  1. run npm install to build the project.
  2. in ./ folder, use http-server to start server
  3. open the following link to debug. please note, the server address should be checked in the source code of xxx.html!
http://127.0.0.1:8080/test/ws.html
http://127.0.0.1:8080/test/http.html