Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History

software

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
title replacement
Stellar Software

Software

Pre-built software and services you can run on your own infrastructure, provided by Stellar.org.

Stellar Core is the backbone of the Stellar network and does the hard work of validating and agreeing on the status of every transaction with other instances of Core through the Stellar Consensus Protocol (SCP).

Horizon is the client-facing API server for the Stellar ecosystem. It acts as the interface between Stellar Core and applications that want to access the Stellar network. If you are running Stellar Core, you will probably also want to run Horizon.

A standalone Federation protocol server designed to be dropped in to your existing infrastructure. It can be configured to pull the data it needs out of your existing SQL database.

Platform Latest Release
Mac OSX 64-bit (amd64) federation-darwin-amd64
Linux 64-bit (amd64) federation-linux-amd64
Linux 32-bit (arm) federation-arm-amd64
Windows 64-bit (amd64) federation-windows-amd64.exe

Stellar’s Bridge server provides a simple interface for the Stellar network. It is meant to simplify compliance operations and other more complicated integrations. Because it stores and manages keys and account information, access to it should be well protected. Unlike Horizon, it should never be exposed to the public internet.

This is a small tool, written in Go, for working with stellar-core history archives directly. It is a standalone tool that does not require stellar-core, or any other programs.

Platform Latest Release
Mac OSX 64-bit (amd64) stellar-archivist-darwin-amd64
Linux 64-bit (amd64) stellar-archivist-linux-amd64
Linux 32-bit (arm) stellar-archivist-linux-arm
Windows 64-bit (amd64) stellar-archivist-windows-amd64.exe