/abi.ninja_test

Interact with any contract on Ethereum.

Primary LanguageCSSMIT LicenseMIT

Contract Interface Tool

Interact with any contract on Ethereum. Just need the Contract address (if it's verified) or its ABI + Contract address.

ABINinjaContract - Dashboard

🏄‍♂️ Quick Start

Prerequisites: Node (v16 LTS) plus Yarn and Git

clone/fork this repo

install the project dependencies and start your 👷‍ Hardhat chain:

yarn install
yarn chain

Copy packages/react-app/.sample.env to packages/react-app/.env and set the env vars.

in a second terminal window, start your 📱 frontend:

yarn start

📝 Edit your frontend App.jsx in packages/react-app/src

📱 Open http://localhost:3000 to see the app