Skip to content

algorand-devrel/video-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Series Example Source Code

Sample code used in the Algorand Developers video series

https://www.youtube.com/@algodevs/playlists

Setup

  1. Install algokit
  2. Run Docker
  3. Launch Algorand localnet with algokit localnet start

For a detailed setup guide, watch Development Environment Setup video

Python

cd python
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Then run the scripts like:

python accounts/create_account.py

JavaScript

cd javascript
npm install

Then run the scripts like:

npm run create-account

Smart Contracts

Master Beaker

Open project folders individually

cd smart-contracts/master-beaker/what-is-beaker

Then setup your development environment with:

algokit bootstrap all
source .venv/bin/activate

Then run deploy scripts like:

cd beaker-calc
python3 bkr_deploy.py

Master PyTeal

cd smart-contracts/master-pyteal
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Then run the scripts like:

python3 what_is_pyteal/counter.py

Video Playlists

About

Sample codes used in the beaker video series

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published