Category: javascript
The Steem Blockchain RPC nodes have a few plugins that can be configured enabled/disabled. We can use the following Javascript function (NodeJS) to check if those plugins are enabled …
Previously, we learn how to use Javascript/NodeJs function to compute the real downvote mana/power for accounts on steem blockchain via the steem.api.getAccounts API. Today, we are going to compute …
Accounts on Steem Blockchain have daily “Free” Downvote Power – which has 20% of the upvoting Mana. We can use the following Javascript/NodeJs function to calculate the downvote power. …
I have a long running application that I configure it in cronjob to run every 12 minutes. As it listens to the blockchain for transactions, sometimes it takes more …
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D …