Skip to content

algorandfoundation/demo-avm7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVM7 examples

This repo is meant to demonstrate usage of the ops introduced with AVM7

Prereqs

Please have these installed already

Use

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

Releases

No releases published

Packages

No packages published

Languages