Tag: node.js
Most APIs return JSON. Below is a simple example of a Node.js (Javascript) async function that uses the node-fetch package to fetch JSON data from the provided URL. Firstly, …
Node/Javascript Function to Transfer BTS Assets on BitShares Blockchain To make a transfer on the BitShares blockchain, you need to create and broadcast a transfer operation. This operation includes …
In one of my project, I have the following code (Node/Javascript) that invokes a few APIs one by one (sequentially). However, these HTTPS requests can be done in parallel …
Yesterday, @steemit-market sent 20 STEEM to @steem2usdt because he/she wants to swap to USDT on Tron Blockchain (TRC-20), the status was showing “Pending Sent” in the Steem to USDT …
Background: Vultr has rolled out a free VPS. It is 512MB and 1 CPU Core. One idea is to run a health check tool for all your websites, and …