BuidlGuidl / abi.ninja

Interact with any contract on Ethereum.

Home Page:https://abi.ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interact with any contract on Ethereum.

https://abi.ninja

License:MIT License


Languages

Language:TypeScript 98.2%Language:JavaScript 1.6%Language:CSS 0.2%Language:Shell 0.0%