Build Faster, Deploy Safer.
An essential suite of Rust-powered CLI tools for security auditing, transaction decoding, and financial forecasting. Designed for the modern Web3 developer.
Explore the SuiteMeet the Suite
sol-sentry
Your automated security gut-check for Solidity.
Catch critical vulnerabilities before they cost millions. Your final line of defense against reentrancy, overflows, and more.
Learn More →receipt-parse
The human-readable transaction decoder.
Decode any transaction instantly. Go from a cryptic hash to a human-readable report without ever leaving your terminal.
Learn More →gas-forecaster
The smart contract deployment cost calculator.
Eliminate deployment cost surprises. Forecast the exact USD cost of any transaction across Ethereum, Polygon, and Arbitrum.
Learn More →batch-sender
The gas-efficient ETH multi-sender.
Airdrop ETH to thousands of recipients in a single, gas-optimized transaction. Powered by Merkle proofs for maximum efficiency.
Learn More →Zero-Dependency Installation
Get up and running with a single command. No npm, no complex setup.
# Install the tool you need:
# Security Scanner
curl -sSL https://download.blocktools.dev/install.sh | sh -s -- sol-sentry
# Transaction Decoder
curl -sSL https://download.blocktools.dev/install.sh | sh -s -- receipt-parse
# Gas Forecaster
curl -sSL https://download.blocktools.dev/install.sh | sh -s -- gas-forecaster