The Blocktools Suite
A collection of Rust-powered, framework-agnostic CLI tools designed to make you a faster, more effective Web3 developer.
gas-forecaster
The smart contract cost calculator.
Eliminate deployment cost surprises. Forecast the exact USD cost of any transaction across Ethereum, Polygon, Arbitrum, and more before you write a single line of code.
Learn More →sol-console
The ultimate smart contract workbench.
Fork mainnet for realistic testing, generate Foundry test scripts from your sessions, or spin up a local Anvil node. The essential tool for rapid development and debugging.
Learn More →sol-sentry
Your automated security partner.
Catch critical vulnerabilities with a static analysis engine that integrates directly into your Git workflow. Your final line of defense against reentrancy, overflows, and more.
Learn More →receipt-parse
The human-readable transaction decoder.
Instantly decode any on-chain transaction. Go from a cryptic hash to a full execution trace with decoded function calls and events, right in your terminal.
Learn More →event-tail
Real-time 'tail -f' for your smart contract events.
Monitor any on-chain event in real-time. Debug contract interactions or get a live feed of your protocol's usage, streamed directly to your terminal.
Learn More →Zero-Dependency Installation
Get up and running with a single command. No npm, no complex setup.
# Install all tools, or pick the one you need (e.g., 'sol-console' instead of 'all')
curl -sSL https://blocktools.dev/install.sh | sh -s -- all