Tag: nodejs
In Bitcoin transactions, there is a “change” parameter. See the following NodeJs code to send amount of bitcoins from “fromAddress” (aka unspent transaction outputs – UTXOs) to “receivingAddress”, and …
CloudFlare Workers is a Serverless Technology. We can use it to host the Serverless APIs. However, no matter what the status code or content is returned from the cloudflare …
July 28, 2022
blockchain, Cryptocurrency, Cryptocurrency, javascript, nodejs, php, python, Smart Contract, Tron Blockchain, USDT
USDT and USDD are two stable coins on Tron Blockchain. They are both TRC-20 tokens or coins. There are Shasta and Nile Test Net on which the TRC-20 contract …
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 …