https://github.com/gohypernet/galileo-stellar-framework
Repository for the Galileo Stellar Mission framework
https://github.com/gohypernet/galileo-stellar-framework
Last synced: 2 months ago
JSON representation
Repository for the Galileo Stellar Mission framework
- Host: GitHub
- URL: https://github.com/gohypernet/galileo-stellar-framework
- Owner: GoHypernet
- License: other
- Created: 2021-08-13T01:26:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T02:06:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T19:57:35.165Z (4 months ago)
- Language: Dockerfile
- Size: 9.77 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-Stellar Environment
## Overview
- **Industry**: Cryptocurrency, node hosting- **Target Container OS**: Linux
- **Source Code**: open source
- **Github**: https://github.com/stellar/
## Notes
Stellar is a decentralized transaction network based on the Stellar Consensus Protocol which achieved federated Byzantine agreemeent.
This repository couples the Galileo IDE with the official Stellar Core docker image.Running a node requires syncing with the Stellar network.
This containerized application exposes the following reverse proxy endpoints:
- /* -> localhost:11625 (Peer connection port)
- /ui/* -> localhost:3000 (Galileo IDE + authentication)
Additionally, the runtime environment contains node and python 3.8 smart contract development.## Building
This container runtime is targeted at linux. To build the container run:
```
docker build -t algorand .
```