Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 605 Bytes

AVM 5 Demos

See README in each demo file for details

Install py-algorand-sdk and pyteal

Install the sandbox from here

Note: These demos rely on a default unencrypted wallet in the kmd so only release/beta/nightly/dev sandbox configs will work

In the sandbox directory run ./sandbox up dev to start the sandbox in dev mode (doesn't wait 4.5s for blocks)

In the demo-avm5 directory

cd op-pool # Or any of the examples
python app.py # Generates application.teal and clear.teal
python demo.py # Runs the demo

Happy Hacking :)