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 [email protected]:algorand-devrel/demo-avm7.git
cd into it and create a virtual environment
cd demo-avm7
python -m venv .venv
source .venv/bin/activate
Install the requirements
pip install -r requirements.txt
Run it
python main.py