Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 389 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 389 Bytes

A box demo

Python SDK + PyTeal come together to make some 🎁📦.

Installation

Boxes require PyTeal 0.21.0+ and Algorand's Python SDK 2.0.0+.

pip install -r requirements.txt

Demo

Uses sandbox in dev mode:

./sandbox up dev
python box-demo.py # This will create the TEAL program: approve-box.teal
python deploy_box.py