RootSoft / algorand-dart

Unofficial community SDK to interact with the Algorand network, for Dart & Flutter
MIT License
36 stars 16 forks source link

How can i call smart contract functions through algorand-dart in flutter #24

Closed usama1050 closed 2 years ago

usama1050 commented 2 years ago

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 2 years ago

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.