Skip to content

Latest commit

Β 

History

History
25 lines (18 loc) Β· 971 Bytes

File metadata and controls

25 lines (18 loc) Β· 971 Bytes

πŸ§ͺ SmartChainLab

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.

✨ Features

  • βœ… 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

πŸ“¦ Tech Stack

  • Frontend: React + TypeScript + Vite
  • UI Kit: shadcn/ui
  • Blockchain Support:
    • βœ… EVM chains via ethers.js
    • πŸ”œ Solana, TON, Aptos support planned
  • State Management: React Hooks