Hi everybody,
this is my first approach to TEAL and Smart Contracts, that’s why I’m using PYTEAL to generate TEAL file and so I have some questions.
-
According to pyteal documentation’s examples (here: PyTeal Examples — PyTeal documentation), I’m trying to put my arguments from my python program to my smart contract using this call:
txn = transaction.ApplicationOptInTxn(sender, params, index, app_args=args)
Isn’t it correct? How can I pass my args to Smart Contract? And how can I get it inside Smart Contract? -
I need to create some asset (linked to an Algorand account) in Smart Contract. Is it possibile? If yes, how can I do it?
Thank you for your help!