How can i call smart contract functions through algorand-dart in flutter
usama1050 opened this issue · 1 comments
usama1050 commented
i have a smart contract with multiple functions that allow me to pay my bills in crypto currencies .i just want to known how can i use them algorand-dart.
RootSoft commented
You can use the SDK just like any other SDK that is available for Algorand.
Take a look here:
https://developer.algorand.org/docs/get-details/dapps/smart-contracts/frontend/apps/
You will be needing ApplicationCall
transactions in order to call methods on your smart contracts.