SteemTool v0.0.9 - Sending Money to Multiple Addresses!

in #utopian-io6 years ago (edited)

SteemTools

SteemTools is a Chrome Extension that aims to provide useful tools and data for SteemIt Users.

Github

https://github.com/DoctorLai/SteemTools/

Previous Contributions

Technology Stack

Javascript that runs in the Chrome Browser (Chrome Extension)

Chrome Webstore

It is online, and you can install SteemTools via:
https://chrome.google.com/webstore/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn

If you are using Firefox, you can still install this Extension by Chrome Extension Foxified.

New Features of SteemTools v0.0.9

Commit here. This version has the wallet tab that allows you to send money easily to multiple addresses at the same time.

Wallet Tab

image.png

Click Send requires a confirmation.
image.png

Success!
image.png

You need to configure you Steem ID and Private Active Key if you want to use this feature!
image.png

PS: Your Keys are only stored locally in your Chrome browser!

Steem-Js Sending Money

if (confirm("Send " + amount.toFixed(3) + " " + unit + " to " + addresses.join(',') + " with MEMO=" + memo + "?")) {
    let active_key = $("input#posting_key").val().trim();                              
    for (let i = 0; i < count; ++ i) {
        let who = addresses[i].trim().replace('@', '');
        if (who.length > 0) {
            logit($('textarea#console_wallet'), "Sending " + amount.toFixed(3) + " " + unit + " to @" + who + "...");
            steem.api.setOptions({ url: $("select#nodes").val() });
            steem.broadcast.transfer(active_key, from_user, who, amount + " " + unit, memo, function(err, result) {
                if (err) {
                    logit($('textarea#console_wallet'), err);
                } else {
                    console.log(result);
                    logit($('textarea#console_wallet'), amount.toFixed(3) + " " + unit + " sent from @" + from_user + " to @" + who);
                }
            });
        }
    }
}

Roadmap of Steem Tools

License

MIT

Contribution Welcome

Github: https://github.com/DoctorLai/SteemTools/

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request.

Chrome Webstore

Install the SteemTools Chrome Extension Now!



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Wow this is amazing..it will take off the stress of sending money one after the other. Thanks for this idea

真的好用哦,感谢yy

感谢捧场。

Thanks for creating the tool that help people delegate power to each other, you are amazing, I will upvote you as a witness. ☺

Thank you very much.

学习了,谢谢您的分享!

Thank you for the contribution. It has been approved.

Please put in more work into one of your contribution.

I will Highly recommend you to do so.

You can contact us on Discord.

[utopian-moderator]

Thanks. I believe I have already done so. I usually spend 2 to 3 hours working on new features, debugging and testing. Compared to other accepted contributions, I believe mine is above average.

Yes I know but we expect more quality into one Development contribution.

I appreciate your work and expect more quality work from you in future contributions.

Hey @justyy I am @utopian-io. I have just upvoted you!

Achievements

  • WOW WOW WOW People loved what you did here. GREAT JOB!
  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Coin Marketplace

STEEM 0.19
TRX 0.13
JST 0.030
BTC 63574.15
ETH 3404.81
USDT 1.00
SBD 2.54