This is the repository for the Algorand TEALscript beginner bootcamp.
To use this repository, clone it on your local machine with git clone https://github.com/algorand-bootcamp/ts-beginner-en
or start a codespace by going to https://codespaces.new/algorand-bootcamp/ts-beginner-en
To go to each step, run the command git checkout vXXX
with XXX
corresponding to the step you wish to go to. In this repository there are eight totals steps
- v101
- v102
- v103
- v104
- v105
- v106
- v107
- v108
- v109
- v110
- v111
- v112
- v113
It is recommended to start with step v101
, so get started with git checkout v101
If you wish to clone the repo locally but still use a devcontainer, simply replace .devcontainer.json with .devcontainer.local.json