๐๏ธ Get balance of the connected account
Learn how to retrieve and display the ETH balance of the connected account in your dApp.
๐๏ธ Write to contract with writeAsync button
Learn how to create a button that executes the writeAsync function to interact with a smart contract.
๐๏ธ Read a uint from a contract
Learn how to read from contract functions which accepts arguments / no arguments and display them on UI.
๐๏ธ Wagmi useContractWrite with transaction status
Show feedback on transaction status to user by `useContractWrite` along with `useTransactor`