https://github.com/block-foundation/docker-algorand-sandbox
Algorand Sandbox Docker Images
https://github.com/block-foundation/docker-algorand-sandbox
algorand blockchain blockfoundation docker go indexer node postgres sandbox
Last synced: 5 months ago
JSON representation
Algorand Sandbox Docker Images
- Host: GitHub
- URL: https://github.com/block-foundation/docker-algorand-sandbox
- Owner: block-foundation
- License: cc-by-sa-4.0
- Created: 2023-07-20T12:46:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T19:55:25.000Z (almost 2 years ago)
- Last Synced: 2025-09-04T21:53:04.756Z (9 months ago)
- Topics: algorand, blockchain, blockfoundation, docker, go, indexer, node, postgres, sandbox
- Language: Shell
- Homepage: https://hub.docker.com/orgs/blockfoundation
- Size: 672 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/docker-algorand-sandbox/blob/main/LICENSE)
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/block-foundation/docker-algorand-sandbox)
---
Algorand Sandbox
Block Foundation Docker Containers
---

### Contents
- [Introduction](#introduction)
- [Colophon](#colophon)
---
[](https://github.com/block-foundation/docker-algorand-sandbox/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=bug_report.yml)
[](https://github.com/block-foundation/docker-algorand-sandbox/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=feature_request.yml)
[](https://github.com/block-foundation/docker-algorand-sandbox/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=question.yml)
[](https://github.com/block-foundation/docker-algorand-sandbox/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=suggestion.yml)
[](https://github.com/block-foundation/docker-algorand-sandbox/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=discussion.yml)
**Welcome to the Block Foundation's Algorand Sandbox Docker Image Repository, your one-stop resource for running an Algorand Sandbox with ease and efficiency.**
## Introduction
This repository is an integral part of our mission to harness blockchain technology to empower architects and foster innovative solutions to the housing sector's most pressing challenges.
If you're unfamiliar with it, Algorand Sandbox is a fast, easy way to create and configure an Algorand development environment with all the necessary components. Meanwhile, Docker provides an efficient, reproducible environment to package and distribute software applications. The purpose of this repository is to provide a Docker image designed to facilitate the operation of an Algorand Sandbox.
Our Algorand Sandbox Docker image aims to enhance accessibility, security, and ease-of-use. It features a pre-configured environment that eliminates the need for a manual setup, serving as an ideal resource for developers and blockchain enthusiasts who wish to explore the Algorand network or contribute to its growth by running their own sandbox.
This repository contains detailed instructions on deploying and operating the Docker image, alongside the source code for the image itself. We actively encourage our community to utilize this Docker image, share their experiences, and participate in its ongoing improvement and development.
Our commitment to transparency, shared innovation, and technological democratization is reflected in this initiative. We're excited to offer this resource to you and look forward to seeing how it enhances your engagement with blockchain technology.
Thank you for being a key part of the Block Foundation community. Your involvement is vital in driving our endeavor to revolutionize the architectural and real estate sectors through blockchain technology. Together, we can build a future that is more inclusive, sustainable, and forward-thinking.
## Network
``` mermaid
stateDiagram
Blockchain --> Node
Node --> Blockchain
Node --> Indexer
state Indexer {
Service --> Database
Database --> Service
}
Indexer --> SDK
state SDK {
Python
JavaScript
Go
Java
}
```
## 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.**