0.2.11 • Published 5 years ago

deklerkmc-blockchain-proxy-client v0.2.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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.11

5 years ago