ABIs
Imagine a smart contract as a vending machine. The ABI is like the instruction manual that tells you which buttons to press, what coins to insert, and what snacks you'll get out.
In tech terms, the ABI (Application Binary Interface) is a simple JSON file that explains how to talk to a smart contract. It lists the contract's functions, what inputs they need, and what they return, so apps like wallets or websites can use it correctly.
There are two ABIs you need to interact with everything in the ecosystem
721J ABI - For interacting with every contract made by The Contract Wizard. Essential if you're building minting pages or any features using the 721J contract.
721J ABI Link:
Contract Wizard ABI - For building pages that interact with The Contract Wizard itself.
Contract Wizard ABI Link:
Last updated