Tag: nodejs
On Steem Blockchain, we can either proxy a witness vote or cast a witness vote (out of 30 votes) to a steem witness. We can use the steemjs library …
We want to freeze the available balance on Tron Blockchain account: this involves first getting available balance using TronWeb NodeJs Library, and then build a transaction using the Transaction …
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 …
What is On-Call? You know many Software Engineers at Big Companies need to do On-Call Duties to fix service related issues when they arise. Here is a utility to …
Suppose you have written a few Javascript (NodeJS) unit tests using Mocha and Chai. You can run a specified set of unit tests by using mocha command. The first …