https://github.com/gohypernet/galileo-algorand-framework
Repository for Algorand Mission Framework in Galileo
https://github.com/gohypernet/galileo-algorand-framework
algorand docker galileo-platform
Last synced: 2 months ago
JSON representation
Repository for Algorand Mission Framework in Galileo
- Host: GitHub
- URL: https://github.com/gohypernet/galileo-algorand-framework
- Owner: GoHypernet
- License: other
- Created: 2021-07-27T22:39:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T20:59:21.000Z (over 3 years ago)
- Last Synced: 2025-01-19T19:57:36.783Z (4 months ago)
- Topics: algorand, docker, galileo-platform
- Language: Dockerfile
- Homepage: https://hypernetlabs.io/galileo/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![]()
# Galileo-Algorand Environment
## Overview
- **Industry**: Cryptocurrency, node hosting- **Target Container OS**: Linux
- **Source Code**: open source
- **Github**: https://github.com/algorand/
## Notes
Algorand is a Proof-of-Stake protocol. This branch couples the Galileo IDE with the official Algorand stable docker image.
Running a relay node requires syncing the full blockchain, which as of 5-12-2021 requires 490GB of disk space.
This containerized application exposes the following reverse proxy endpoints:
- /* -> localhost:4161 (Relay node connections)
- /ui/* -> localhost:3000 (Galileo IDE + authentication)
- /rclone/* -> localhost:5572 (rclone api)
- /rpc/* -> localhost:8080 (Algod rest API)
Additionally, the runtime environment contains node and python 3.8 for Algorand Smart Contract development.## Building
This container runtime is targeted at linux. To build the container run:
```
docker build -t algorand .
```