Is there a function that lets you upvote a post or comment?
RE: Tutorial about Interactive Steem API
You are viewing a single comment's thread from:
Tutorial about Interactive Steem API
Tutorial about Interactive Steem API
Is there a function that lets you upvote a post or comment?
Yes there are , check here https://github.com/steemit/steem-js/tree/master/doc#broadcast-api
steem.broadcast.vote(wif, voter, author, permlink, weight, function(err, result) { console.log(err, result); });
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit