API Libraries

From Steem Center
Revision as of 08:56, 15 August 2016 by Someguy123 (talk | contribs) (Created page with "API Libraries allow you to work with either the WebSocket Steemd API, or the cli_wallet API. They are available for many languages. Be aware you don't need to run your ow...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

API Libraries allow you to work with either the WebSocket Steemd API, or the cli_wallet API. They are available for many languages.

Be aware you don't need to run your own Steem daemon for most cases, you can just connect to a public one, such as Steem.WS ran by @Xeroc and @Jesta

Python

  • Piston - A powerful python API capable of making bots in just a few lines of code, and any other interaction with the Blockchain that you would require

Javascript

  • SteemJS (svk) - A javascript library capable of building, signing, and broadcasting Steem transactions, and other useful functions.
  • SteemJS (pharesim) - Unrelated to SVK's SteemJS. This offers nothing more than a very light JS API for connecting to the Steem WebSocket API.

PHP

???

Ruby

???