Category: Tron Blockchain
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 …
In Tron Blockchain, you can freeze your TRX assets as either energy or bandwidth, and then vote for your preferred witnesses (or called SR = Super Representative). Each SR …
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 …
Base58 originates from bitcoin where the inventor Satoshi intentionally removes “iILloO0” which are confusing letters/digits when they appear in printing.. Base58 uses the following character set: 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz In Blockchain …