market-maker-proxy-client
v0.0.15
Published
A nodejs client for the market-maker-proxy project
Downloads
22
Maintainers
Keywords
Readme
market-maker-proxy-client
A nodejs client for the market-maker-proxy project
Usage
const marketMakerProxyClient = require('market-maker-proxy-client')({
apiServerAddress: '<<the address of your market-maker-proxy>>'
})
If you want to use the default address then pass in nothing:
const marketMakerProxyClient = require('market-maker-proxy-client')()