Skip to content

Releases: metachaos-systems/steemex

Steemex v0.14.0 released

07 May 13:04
Compare
Choose a tag to compare

New features

  • Steemit API client for condenser JSONRPC API at http://api.steemit.com
  • HTTP transport client for steemd JSONRPC API calls
  • Customizable configuration for HTTP and Websockets tranports
    • To use websockets transport set :api to jsonrpc_ws_api and :api_url to wss://your.node.ws
    • To use http set :api to jsonrpc_http_api and :api_url to http://your.node.ws