For PyTeal documentation, go to https://pyteal.readthedocs.io/en/stable/
For Beaker documentation, go to https://algorand-devrel.github.io/beaker/html/index.html
- Create a new TestNet account using a 3-character prefix to help you identify your account on the leaderboard:
algokit task vanity-address <PREFIX>
where is your 3-character identifier The response will contain your mnemonic - Fund your accoount using the TestNet Dispenser:
algokit dispenser login --ci
- Within the response, press Command + Click the URL link to open the Dispenser validation website
- Follow the prompts, enter your email, check your spam folder for the verification code, complete the verification
- You may close the Dispenser website after verification, which will return you to the CLI
- The response will contain the ALGOKIT_DISPENSER_ACCESS_TOKEN
- Bootstrap the project
algokit bootstrap all
- When prompted in the CLI, include the fields from #1 & #6
- Register your account on the Google Form
poetry run python3 level0.py
- Confirm your account is now on the Leaderboard