PyTeal Basic
PyTeal / TEAL resources on Algorand official docs are spread over different webpages in Algorand Developer Portal. This page and TEAL Basic tries to conclude all in one place.
Get familiar with PyTeal#
- @2021-12-15
- Find the algorand-contracts-testing has some typing error.
- Python Note > Class diagram in Python
- Meeting 20211216 姚博(Bo) 施云瀚(LION) (Chinese)
- For using algo SDK, PyTeal is not necessary. Should prefer TS sdk for the typing and coding process. (TS is more mature and stable, There's no obvious advantage using Python.)
- @2022-02-21
- There are advantages. Around 2022-02-10, I changed to Python TealTester, then to Algo Builder.
Get familiar with PyTeal - Further reading#
- Docs:What is a dApp?
- Tutorial:Create and test smart contracts using Python
- Algorand Python SDK Docs - This is an auxiliary package to test PyTeal. But maybe we can use TS.
- dApps PyTeal details
- !OUTDATED!: Exploring the Algorand Sandbox is using v1 sandbox and it's about to deprecate.