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