New: steem-libAll contenthive-129948hive-196917krsteemzzanhive-183959hive-180932uncommonlabhive-166405photographyhive-185836hive-150122hive-183397bitcoinhive-144064lifehive-188619krsuccesshive-103599hive-139150hive-101145hive-124908hive-184714hive-109690hive-145157TrendingNewHotLikersshaphir (62)in steemhunt • 6 years agoSteem-lib - JavaScript Library For Interacting With SteemSteem-lib JavaScript Library For Interacting With Steem Screenshots View Image View Image Hunter's comment Steem-lib is a javascript library that is in use…ripplerm (61)in steem-lib • 8 years agoSteem-lib Guide [Part3]Previous: Steem-lib Guide [Part2] Listening to all transactions. The easiest way is use remote.stream() and listen for 'transaction' event, as describe in Guide[Part1] :…ripplerm (61)in steem-lib • 8 years agoSteem-lib Guide [Part2]Previous: Steem-lib Guide [Part1] This section is about transaction construction, signing and broadcast. Set Keys Set a privatekey(WIF) as signingkey for an account. var MY_ACCOUNT =…ripplerm (61)in steem-lib • 8 years agoSteem-lib Guide [Part1]Remote.js is the point of entry for interacting with Steem Servers Setting to set multiple-servers, with login parameters: var Remote = require('steem-lib').Remote;ripplerm (61)in steem-lib • 8 years agoSteem-lib, Intro.A javascript library that's I had been working on during past few months. This post is just a quick walk-through about its overall structure. Usage a Steem client that could be configured to…