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.
Last updated 1 year ago
Was this helpful?