Steem.js Update: Vote method added (tutorial inside)
What's up?
Now you can easy vote with Steem.js NPM package. Here is the tutorial:
var steem = require('steem');
steem.broadcast.vote(username, password, author, permlink, weight, function(err, result) {
console.log(err, result);
});
Quite difficult right? If you like it, upvote this article and I will use this money to incentive contributors to contribute on Open Source Steem projects.
It was not an easy task to make the encryption working thank to Kaptain Krayola who help for generate a signature with steemit.com code.
Stay tuned I will soon do an update with post/comment, downvote, follow/mute methods.
Best
Leave Steem.js Update: Vote method added (tutorial inside) to:
Read more #steemjs posts
Best Posts From Fabien
We have not curated any of fabien's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Fabien
- Proposal #37: SteemConnect continued improvements
- SteemConnect 3, beta release looking for testers
- SteemConnect: Deprecation notice for the "metadata" feature
- Major incoming changes on SteemConnect
- SteemConnect interface is now on app.steemconnect.com
- A new start for SteemConnect
- Byteball.js: The JavaScript library for Byteball is out!
- SteemConnect: Deprecation notice for "v2" subdomain
- Leaving my CTO role at Busy.org for focus on SteemConnect and new projects
- SteemConnect: Login with memo key is now disabled
- SteemConnect v1 is depreciated please update your code
- Avatar and cover images for your Steem apps
- Steem Script: An Open JSON Standard for Trusted Workflows [Proposal]
- Steem.js: Comment, upvote, downvote, transfert. You wanted it, you got it.
- Steem.js Update: Vote method added (tutorial inside)
- Steem.js Update v0.3: Added Formatters and Examples
- SteemJS: Now the package available on client side!
- Steem API: Now Released!
- SteemJS: Explore Steem blockchain! New update with full database API methods coverage
- Test