SmartChainLab is an open-source developer tool that lets you load and interact with smart contracts across multiple blockchain networks through a simple and intuitive UI.
- ✅ Upload ABI files (or build artifacts from Hardhat/Foundry)
- ✅ Enter contract address and select network (EVM, Solana, TON, etc.)
- ✅ Automatically generate function list from the ABI
- ✅ Call view functions directly from the interface
- ✅ Supports multi-chain testing (Ethereum, Polygon, Solana, TON, Aptos, etc.)
- ✅ Built with React + shadcn/ui + TypeScript
- Frontend: React + TypeScript + Vite
- UI Kit: shadcn/ui
- Blockchain Support:
- ✅ EVM chains via ethers.js
- 🔜 Solana, TON, Aptos support planned
- State Management: React Hooks