This repo is meant to demonstrate usage of the ops introduced with AVM7
Please have these installed already
- Python 3.10
- Sandbox
Clone the repo
git clone git@github.com:algorand-devrel/demo-avm7.gitcd into it and create a virtual environment
cd demo-avm7
python -m venv .venv
source .venv/bin/activateInstall the requirements
pip install -r requirements.txtRun it
python main.py