Category: Tron Blockchain
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 …
Account Generation Process in ETH or Tron Blockchain Tron Blockchain, similar to ETH Blockchain, has the following Wallet Generation Process: Generate a 256-bit Random Number as private key Convert …