So I after a few guessing I got the Proxy to install, and I still need to do some more investigation, but could you provide some guidance on the API available?
BTW npm install, is having some issues on centos, I needed to manually install "state" and "typings", and force install of types " npm install --save @types/node@latest ts-node@latest --force"
Then I needed to copy state from node_modules to the wsproxy home dir.
before I could get it to properly install on centos 7.3
So I after a few guessing I got the Proxy to install, and I still need to do some more investigation, but could you provide some guidance on the API available?
BTW npm install, is having some issues on centos, I needed to manually install "state" and "typings", and force install of types " npm install --save @types/node@latest ts-node@latest --force"
Then I needed to copy state from node_modules to the wsproxy home dir.
before I could get it to properly install on centos 7.3
Then npm run build:live started the server