0.2.17 • Published 5 years ago

blockchain-proxy v0.2.17

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

blockchain-proxy

A nodejs client library for the blockchain-proxy project

Usage

const blockchainProxyClient = require('blockchain-proxy')({
  apiServerAddress: '<<the address of your blockchain-proxy>>'
})

If you want to use the default address then pass in nothing:

const blockchainProxyClient = require('blockchain-proxy')()