๐๐ WhatsABI UI
November 7, 2025 ยท View on GitHub
Live App: https://0xcompose.github.io/whatsabi-ui/
Deprecated IPFS Version: The previous Fleek-hosted version (https://whatsabi-ui.on-fleek.app/) is no longer maintained. Direct IPFS link: https://ipfs.io/ipfs/QmViqpdQxEK3apJJSqtNPkHWpNRdyf9SNafHBnZK1wb1U9
A powerful UI for WhatsABI. This tool helps you inspect and understand any smart contract by generating its ABI through bytecode analysis or via simple retrieval from known sources.
Features
- ๐ Inspect any smart contract across multiple EVM chains (all 500+ chains supported by viem)
- ๐ค Auto-generates ABI from contract bytecode using WhatsABI
- ๐ Optional Etherscan API key support for getting it from verified source
- ๐ Contract metadata display (compiler version, optimization settings), if available
- ๐ Runs completely client-side
Tech Stack
Fork & Deploy Your Own
-
Fork this repository
-
Clone your fork:
git clone https://github.com/YOUR_USERNAME/whatsabi-ui.git cd whatsabi-ui -
Install dependencies:
yarn install -
Run locally:
yarn dev -
Build for production:
yarn build -
Deploy to GitHub Pages:
- Enable GitHub Pages in your repository settings
- Go to Settings โ Pages
- Under Source, select GitHub Actions
- Push to
mainbranch and the workflow will automatically deploy - Your site will be available at
https://YOUR_USERNAME.github.io/whatsabi-ui/
Alternatively, deploy to IPFS via Fleek (deprecated):
- Sign up on Fleek
- Connect your GitHub repository
- Configure build command:
yarn buildand publish directory:build
Contribute
Feel free to:
- Fork and deploy your own version
- Submit PRs to improve the UI
- Add new features
- Report issues
- Suggest improvements
License
MIT
Credits
Thanks to shazow for developing such a powerful tool
Made with ๐ by 0xcompose