Last updated 2 months ago
If you are interacting with the smart contracts using javascript (e.g. web3.js or ethers.js) you need the contract ABI and its address.
The ABI is used to encode the interface of a smart contract in a format understandable to your user interface.