- 🕵 enable call view function with blockTag for validating history data
- 🦉 enable force static call for write functions to fetch data
- 🩺 get TransparentUpgradeableProxy implementation address
- 🛠 decode function input data
- 🤙 Call any contract function as long as you have the ABI
- 🔌 Connect via localhost:8545, MetaMask, or a custom node URL
- ⚡ Watches your artifacts folder and automatically updates the UI
- 🔢 Encode your calls for a proxy to call on your behalf
- ⚙️ Set a custom signer or a custom contract address
- 📜 Built-in log for easy visibility
- install dependencies
yarn
- build frontend app:
vite build
- start server:
ts-node src/server/index.ts