Skip to content

A smart contract UI for your Ethereum dapp project inspired by eth95 with some new feature

Notifications You must be signed in to change notification settings

byteshijinn/evm-tools

Repository files navigation

New features

  • 🕵 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

Features by eth95

  • 🤙 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

build & run

  1. install dependencies
yarn
  1. build frontend app:
vite build
  1. start server:
ts-node src/server/index.ts

About

A smart contract UI for your Ethereum dapp project inspired by eth95 with some new feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published