- Install Docker Desktop
- Install Algorand sandbox
- Add this project folder as bind volume in sandbox
docker-compose.yml
under keyservices.algod
:volumes: - type: bind source: <path> target: /data
- Start sandbox:
$ ./sandbox up
- Install Python virtual environment in project folder:
$ python -m venv venv $ source ./venv/Scripts/activate # Windows $ source ./venv/bin/activate # Linux
- Use Python interpreter:
./venv/Scripts/python.exe
VSCode:Python: Select Interpreter
forked from algorand-devrel/pyteal-course
-
Notifications
You must be signed in to change notification settings - Fork 0
yestechgroup/pyteal-course
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 87.1%
- Shell 12.9%