RE: Tutorial about Interactive Steem API

You are viewing a single comment's thread from:

Tutorial about Interactive Steem API

in utopian-io •  7 years ago 

Is there a function that lets you upvote a post or comment?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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); });