Sign up for future sessions on the Algorand Developer Portal Events page: https://developer.algorand.org/events
Get started working on this repo in Gitpod without needing to setup local environment. A gitpod account is required, so sign-in with your Github to get started.
https://gitpod.io/#https://github.com/algorand-devrel/workshop
-
- open new terminal
-
- run
algokit init
- run
-
- select "playground"
-
- name your project "pg1" or similar
-
- answer (Y)es to accept the defaults
-
- a new Gitpod window opens at
/workspace/workshop/pg1
- a new Gitpod window opens at
-
- review
pg1/hello_world/helloworld.py
- review
-
- select "Run & Debug" from left nav
-
- run
algokit localnet start
- run
-
- click green arrow to "Demo current contract (+ Localnet)
-
- contract is compiled, installed and demo executed on CLI
-
- review files in
pg1/hello_world/artifacts
- review files in
-
- select "application.json" right click to download
-
- run
algokit localnet explore
- run
-
- a new browser window launches into dAppFlow
-
- click "Dev Wallets" from left nav
-
- click "Create wallet" (100A automatically dispensed)
-
- click "Connect wallet" (now connected to your account)
-
- click "Beaker Studio" from left nav
-
- click "Select app" then "Import Beaker app"
-
- from the "File" tab click "Upload file" and select application.json from step 13
-
- review application contents
-
- click "Create app" from top nav, then "Create"
-
- notice the "App ID" in top nav
-
- scroll to ABI section, review methods
-
- click "Execute" for the "hello" method
-
- noice the required arguments and their types, enter a value for "name" then click "Execute"
-
- review the response "Hello, AlgoDev"
- Episode #1 Hello, AlgoDevs
- Episode #2 Building with AlgoKit, PyTeal and Beaker