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