ydxt25 / blockchain

node.js api to the blockchain websocket api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blockchain

node.js module to access the blockchain websocket api

Build Status

installation

npm install blockchain

donations

1Kk26TMvgxFavxuLTNdkmh7iHzs2A7524y

methods

  • constructor(): creates a new socket and calls open
  • subscribe(address, callback)
  • unsubscribe(address, callback)
  • open()
  • close()

events

  • connect: function()
  • connectFailed: function(errorDescription)
  • disconnect function()
  • error: function(error)

notes

  • subscriptions persist
  • see tests for example

license

ISC

About

node.js api to the blockchain websocket api

License:ISC License


Languages

Language:JavaScript 100.0%