Skip to content

Releases: cromaniuc/chain-pal

v1.0.1

14 Apr 09:34
Compare
Choose a tag to compare

First release of ChainPal, a user-friendly command-line interface (CLI) tool designed to assist developers working with Ethereum Virtual Machine (EVM)-based blockchains.

Features:

Conversion Utilities: Easily convert values between hex and decimal formats or vice versa. ChainPal also supports conversion between wei, gwei, and ether units while taking token decimals into consideration.

Address Verification: Verify the validity of EVM addresses and check whether an address is a smart contract or not.

Gas Estimation: Estimate gas requirements for a transaction using the provided source address, target address, and transaction value.

CSV Processing: Process a CSV file containing transaction data and output the transaction details, ready to be signed. ChainPal also calculates the gas price and gas limit for EVM-compatible chains.

Function Signature Encoding: Encode a given function signature into its shortened keccak256 hash representation