Farm smarter, not harder — with FarmLabs. Built for developers, ready for the future.
FarmLabs is a local-first, no-code, client-side automation suite for simulating EVM wallet behavior, testing RPC infrastructure, and researching user interaction patterns — all without writing code. Designed for developers, researchers, and advanced testers.
🛑 For testing & development purposes only
- Do not use wallets with mainnet funds.
- Use only on testnets (e.g., Sepolia, Base Sepolia, etc.).
- App runs entirely in-browser with no server or backend.
- You are fully responsible for wallet and key security.
- Load multiple testnet private keys
- Check balances, rotate wallets
- Persona-based delays and behavior (Night Owl, Gas Saver, etc.)
- Randomized gas, ETH amount, action matrix
- Connect to any EVM-compatible testnet
- Custom RPC/Chain ID support
- Fallback RPC rotation and dead-RPC detection
- Dynamic: scan active addresses
- Fixed: target single recipient
- CSV Upload: paste your own list
- Self-Interaction: wallet-to-wallet txs
- Adjustable action weights (send, idle, balance-check, etc.)
- Adjustable loop delay & behavior profiles
- Adjustable max TX/session per wallet
- Real-time wallet logs and TX console
- Charts for action types and wallet balance changes
- Export logs (CSV)
- No-code UI to build, save & apply custom profiles
- Drag-and-drop behavior templates
git clone https://github.com/CryptoExplor/farmlabs.git
cd farmlabs- Launch
index.htmlin any browser (Chrome, Brave, Firefox)
- Paste private keys (testnet only!) or connect MetaMask
- Select from multiple recipient modes
- Define stealth profile, delay, and gas behavior
- Press
▶️ Start to begin cycles - Logs and charts update in real time
- Stop anytime and download logs
| Host | Link |
|---|---|
| Cloudflare Pages | farmlabs.pages.dev |
| Vercel | farmlabs.vercel.app |
| GitHub Pages | cryptoexplor.github.io/farmlabs |
| Layer | Technology |
|---|---|
| UI | HTML + TailwindCSS |
| Web3 | Ethers.js v6.7.0 |
| Charts | Chart.js + Plotly |
| QR | QRCode.js |
| AI | Gemini Flash 2 (planned) |
- Fork the repo
- Create a branch:
git checkout -b feature-name - Push changes:
git push origin feature-name - Open a PR describing your contribution
Bug reports and suggestions are very welcome!
Released under the MIT License
If you find FarmLabs useful, consider donating:
EVM: 0x1C46ccEA4D62d3eEC4DCE3501aa96d0Ff5FcA954Thanks for supporting open-source innovation!