Tag: nodejs
In the world of blockchain development, understanding and managing gas fees is crucial for optimizing transactions. Sui, being a relatively new but powerful blockchain platform, has its own way …
Sometimes, we want to know if a given transaction is confirmed on the Tron Blockchain, and we can easily do this via the TronGrid API. To ensure a transaction …
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 …