https://github.com/block-foundation/docker-algorand-pyteal-devcontainer
Docker Algorand PyTeal DevContainer
https://github.com/block-foundation/docker-algorand-pyteal-devcontainer
algo algorand block-foundation blockchain blockfoundation devontainer docker pyteal smart-contracts teal vscode
Last synced: 5 months ago
JSON representation
Docker Algorand PyTeal DevContainer
- Host: GitHub
- URL: https://github.com/block-foundation/docker-algorand-pyteal-devcontainer
- Owner: block-foundation
- License: cc-by-sa-4.0
- Created: 2023-07-25T02:18:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T04:44:14.000Z (almost 2 years ago)
- Last Synced: 2025-09-04T22:39:48.570Z (9 months ago)
- Topics: algo, algorand, block-foundation, blockchain, blockfoundation, devontainer, docker, pyteal, smart-contracts, teal, vscode
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/blockfoundation/algorand-pyteal-devcontainer
- Size: 675 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
- Governance: .github/GOVERNANCE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
[](https://github.com/block-foundation/brand/blob/main/LICENSE)
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/block-foundation/brand)
[](https://hub.docker.com/r/blockfoundation/algorand-pyteal-devcontainer)
[](https://hub.docker.com/r/blockfoundation/algorand-pyteal-devcontainer)
[](https://hub.docker.com/r/blockfoundation/algorand-pyteal-devcontainer/tags)
[](https://hub.docker.com/r/blockfoundation/algorand-pyteal-devcontainer)
---
Algorand PyTeal DevContainer
Block Foundation Docker Containers
---

### Contents
- [Introduction](#introduction)
- [Colophon](#colophon)
---
[](https://github.com/block-foundation/docker-algorand-pyteal-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=bug_report.yml)
[](https://github.com/block-foundation/docker-algorand-pyteal-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=feature_request.yml)
[](https://github.com/block-foundation/docker-algorand-pyteal-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=question.yml)
[](https://github.com/block-foundation/docker-algorand-pyteal-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=suggestion.yml)
[](https://github.com/block-foundation/docker-algorand-pyteal-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=discussion.yml)
**Welcome to the Algorand PyTeal Dockerized Development Environment project! This repository has been created with the primary goal of simplifying the process of setting up, developing, and testing Algorand Smart Contracts (ASC1s) in PyTeal.**
## Introduction
Building decentralized applications on the Algorand blockchain requires precise setup and coordination of various tools and dependencies. This can be quite complex and time-consuming. More importantly, differences in development environments can lead to inconsistencies that make it harder for teams to collaborate efficiently.
This project leverages the power of Docker and VS Code's DevContainers to provide a fully configured, isolated, and consistent development environment with all the tools you need to develop ASC1s in PyTeal. With this setup, you can quickly start your development work without worrying about installing and configuring your local development environment.
This Dockerized environment can also be easily shared, ensuring that all team members, no matter their operating system or installed software, can contribute efficiently and consistently.
Whether you are a seasoned Algorand developer or a beginner who is just starting to explore the world of blockchain and smart contracts, this project is designed to get you up and running quickly, and to make your development experience as smooth and efficient as possible.
## Quick Start
> To just pull the latest version of the container:
``` sh
docker pull blockfoundation/algorand-pyteal-devcontainer
```
## Resources
### Algorand
- [Algorand](https://www.algorand.com/)
- [Algorand | Developer](https://developer.algorand.org/)
#### Algorand SDK
- [Algorand SDK | Docs](https://py-algorand-sdk.readthedocs.io/en/latest/)
- [Algorand SDK | GitHub](https://github.com/algorand/py-algorand-sdk/)
#### Algorand Go
- [Algorand Go | GitHub](https://github.com/algorand/go-algorand)
#### AlgoDjango
- [AlgoDjango | Tutorial](https://developer.algorand.org/solutions/getting-started-with-python-algorand-sdk-and-django/)
- [AlgoDjango | GitHub](https://github.com/ipaleka/algodjango)
#### Algorand PyTeal
- [Algorand PyTeal](https://github.com/algorand/pyteal)
- [Algorand PyTeal | Utils](https://github.com/algorand/pyteal-utils)
- [Algorand PyTeal | Course](https://github.com/algorand-devrel/pyteal-course)
#### Algorand Sandbox
- [Algorand Sandbox](https://github.com/algorand/sandbox)
---
## Colophon
### Authors
This is an open-source project by the **[Block Foundation](https://www.blockfoundation.io "Block Foundation website")**.
The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology. Therefore the Block Foundation seeks to unschackle the traditional constraints and construct middle ground between rent and the rigidity of traditional mortgages.
website: [www.blockfoundation.io](https://www.blockfoundation.io "Block Foundation website")
### Development Resources
#### Contributing
We'd love for you to contribute and to make this project even better than it is today!
Please refer to the [contribution guidelines](.github/CONTRIBUTING.md) for information.
### Legal Information
#### Copyright
Copyright © 2023 [Stichting Block Foundation](https://www.blockfoundation.io/ "Block Foundation website"). All Rights Reserved.
#### License
Except as otherwise noted, the content in this repository is licensed under the
[Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/), and
code samples are licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
Also see [LICENSE](https://github.com/block-foundation/community/blob/master/src/LICENSE) and [LICENSE-CODE](https://github.com/block-foundation/community/blob/master/src/LICENSE-CODE).
#### Disclaimer
**THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**