blockchains.tools is created for providing developers frequently-used blockchain-related functions(tools) easily.
- Base58 Encoder / Decoder
- Byte array to hex
- ED25519
- Keccak256
- BigNumber to hex (2 way convertible)
- RLP Encoder / Decoder
- UTF8
- (ETH) Get Contract address from sender address & nonce
- (ETH) Private key to Public key and address
- (ETH) Raw transaction encoder (Signing transaction)
- (ETH) Raw transaction decoder
- (ETH) SoliditySha3
All functions listed in this site doesn't use external network API. They even could be used without a network connection.
Even so, I recommend not to type your private information, for example, your real private key. You should always be careful of your browser is safe from being hacked. (Some chrome extension can peek what you're typing. 👀)
If there is no function(tool) you're looking for, please let me know, or you could submit PR
🔧 Please contact nujabes403@gmail.com or create issues if any problem. :)