# ves_example **Repository Path**: liuhuanhui/ves_example ## Basic Information - **Project Name**: ves_example - **Description**: No description available - **Primary Language**: HTML/CSS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-27 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # viaxchtest This is a test harness for the viabtc exchange backend (https://github.com/viabtc/viabtc_exchange_server). It allows one to somewhat easily test the JSON-RPC interface to the accesshttp server. ## Requirements * npm * browserify ("npm install browserify -g") ## Installation * clone this repository * run "npm install" to install all the javascript dependencies * run "npm run build" to generate the javascript in "build/app.js" * open index.html (you will need to switch off [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) enforcement in your browser