Interact with any contract on Ethereum. You just need the Contract address (if it's verified) or its ABI + Contract address.
Built with 🏗 Scaffold-ETH 2.
Before you begin, you need to install the following tools:
- Node (v18 LTS)
- Yarn (v1 or v2+)
- Git
- Clone this repo & install dependencies
git clone https://github.com/BuidlGuidl/abi.ninja.git
cd abi.ninja
yarn install
- Start the frontend
yarn start
Visit your local instance of ABI Ninja at: http://localhost:3000
.
We welcome contributions to ABI Ninja!
Please see CONTRIBUTING.MD for more information and guidelines for contributing to ABI Ninja.