An open API service indexing awesome lists of open source software.

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

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 .
```