Making missed workouts cost money with Android TEE and smart contracts
Permissionless enforcement + charity splits make cheating expensive, but it's a blog post about one person's experiment.

Record command turns manual testing sessions into Foundry test scripts automatically.
Solidity developers, Web3 engineers
Foundry · Hardhat · Tenderly
I’m the creator of Blocktools (https://blocktools.dev). I spent the last year building a suite of zero-dependency Rust binaries to move smart contract analysis out of the browser and back into the terminal.
I soft-launched this about 6 months ago, got busy, and didn't promote it. To my surprise, I’ve seen a steady stream of developers using it every month. It convinced me there's a real need for fast, cohesive CLI tools that don't require heavy npm setups or jumping between web UIs like Tenderly or Etherscan.
The Suite Includes:
sol-console: An interactive Solidity REPL. You can instantly spin up a local fork of mainnet using --from-etherscan. It also has a record command that turns your manual testing session into a ready-to-use Foundry .t.sol test script.
sol-sentry: A static analysis scanner. It catches vulnerabilities and can install a Git pre-commit hook to block bad code before it hits your repo.
gas-forecaster: Generates multi-network USD cost reports for deployments and lets you set CI/CD gas budgets.
receipt-parse & event-tail: Tools for deep transaction analysis (full execution traces and state diffs) and real-time tail -f style event streaming directly from your node.
The Tech: > Everything is written in Rust. There are no dependencies. You install it via a single curl or PowerShell script, and it runs 100% locally and privately on your machine.Pricing Philosophy: The basic tools are free to use. I have a Pro tier for $99/year that unlocks the heavy-duty features (mainnet forking, automated Foundry test generation, full traces).
Because I hate standard SaaS lock-in as much as anyone, I use a Perpetual Fallback License (similar to JetBrains). If you buy a year and decide not to renew, you keep the last version you downloaded forever. You always own what you paid for.
I’d love to hear your feedback on the CLI ergonomics or the workflow! I'll be in the comments all day to answer technical questions.
Permissionless enforcement + charity splits make cheating expensive, but it's a blog post about one person's experiment.
AI-generated security audits with disclaimers admitting reports likely contain hallucinations.
Formally verified EVM bytecode with zero sorries—actually ships working proofs.
Eight sequential verification gates with binary PASS/VIOLATION verdicts, no severity hedging.
AI agent that builds itself while running on its own framework—genuine dogfooding, not marketing.
On-chain policy enforcement for agent wallets—clever, but early-stage adoption risk and limited to ERC-4337 ecosystem.