Hey!
Does anyone know how to get balance of token deployed on thirdweb into React app.
My code is:
const balance = await token.balanceOf(walletAddress);
console.log(balance.displayValue);
I'm getting this error:
I am taking reference from
Link
Thanks in advance!
Top comments (1)
I hope this will help you: