Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1000 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 1000 Bytes

Galileo-Stellar Environment

Overview

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 .