Crypto bot ERC-20 cover

cryptobot – BSC trading bot (PoC)

TL;DR What it does: CLI + optional web UI for wallets, approvals, swaps (with retries), tx inspection, and basic monitoring. Who it’s for: A private playground for execution ergonomics and reliability tactics. Biggest result: faster iteration on end-to-end execution flows (metrics depend on RPC quality + liquidity). Context I wanted a small, private codebase to prototype BSC/PancakeSwap execution flows end-to-end: wallets, approvals, swaps, and lightweight “watch” tooling. Constraints: this is intentionally not a public repo. It’s a single-dev PoC focused on iteration speed, not a production trading system (no hosted infrastructure, no “bot-as-a-service”, no secrets committed). ...