Delegation Tool Upgrade: Delegate via SteemJs

Delegation Tool Upgrade: Delegate via SteemJs

Previously, the SP Delegation Tool I developed is only a simple tool that collects data in a simple form and redirects to SteemConnect.

My friends told me that the SteemConnect is blocked in China, some others told me that the SteemConnect is not user-friendly with too many buttons flowing between pages.

Thus, I have provided another way to delegate - via SteemJS.

image.png

Tool: https://steemyy.com/sp-delegate-form/
Also available in Chinese: https://steemyy.com/delegate-form/

Basically, The Core SteemJs code to broadcast a delegation is:

1
2
3
4
5
6
7
steem.broadcast.delegateVestingShares(ActiveKey, delegator, delegatee, amount + " VESTS", function(err, result) {
if (err) {
log(err);
} else {
log("Successful!", result);
}
});

How to use?

  1. Enter Delegator ID (Who you are)
  2. Enter Delegatee ID (Who you want to delegate SP/Vests to?)
  3. Amount (0 to undelegate)
  4. Unit (SP or VESTS): if entered SP, it will automatically be converted to VESTS
  5. Active Key (safe to use it in your browser)
  6. Click the Button
  7. Wait for the confirmed message.

I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com


This page is synchronized from the post: ‘Delegation Tool Upgrade: Delegate via SteemJs’

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×