Category: javascript
Getting the latest block number (height) on a blockchain is a common task for developers working with decentralized systems. If you are working with the Sui blockchain and want …
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 …
November 17, 2024
algorithms, blockchain, Breadth First Search, Crypto Exchanges, Cryptocurrency, cryptography, javascript, Node.Js, Poloniex, Token
The P-site of the crypto world is Poloniex, which was acquired by Justin Sun a few years ago. It is an Crypto exchange. I used Poloniex long time ago, …
August 5, 2024
algorithms, BASH, c / c++, c #, C/C++, C# (CSharp), Go, Go Programming, Hashing, Java, java, javascript, Node.Js, PHP, php, programming languages, Python, Rust
A simple yet effective hash function for strings is the well-known “djb2” algorithm by Daniel J. Bernstein. It is simple to implement and has good performance characteristics for many …
On Tron Blockchain, a wallet could be inactivated as it doesn’t appear on the chain yet. The way to activate a Tron Wallet is to send a 1 TRX …