0.2.16-test • Published 6 years ago

blockchain-proxyt v0.2.16-test

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

blockchain-proxy-client

A nodejs client 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')()
0.2.16-test

6 years ago