Category: javascript
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 Tron blockchain, the USDT, USDD or USDC token are TRC-20 contracts. You can use the following Javascript function to send over the USDT/USDD/USDC Token from one address to …
Sending TRX coin on TRON blockchain is easy. We can use the TronWeb library and here is the Javascript function to send Trx to a Tron wallet address: async …
Given a string contains hex characters (group by two) we can convert to ASCII characters using the following Javascript Function (takes two characters and convert to decimal and then …