- Install Docker Desktop
- Install Algorand sandbox
- Start sandbox:
$ ./sandbox up - Install Python virtual environment in project folder:
$ python3 -m venv venv $ source ./venv/Scripts/activate # Windows $ source ./venv/bin/activate # Linux $ pip install -r requirements.txt
- Build smart contract
$ python3 11-define_programs.py - Deploy smart contract
$ python3 12-deploy_application.py - Get basic information
$ python3 13-call_holder_app.py
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|