Awesome
<div align="center"> <a href="https://stellar.org"><img alt="Stellar" src="https://github.com/stellar/.github/raw/master/stellar-logo.png" width="558" /></a> <br/> <strong>Creating equitable access to the global financial system</strong> <h1>Stellar Core</h1> </div> <p align="center"> <a href="https://github.com/stellar/stellar-core/actions"><img alt="Build Status" src="https://github.com/stellar/stellar-core/workflows/.github/workflows/build.yml/badge.svg?branch=auto" /></a> </p>Stellar-core is a replicated state machine that maintains a local copy of a cryptographic ledger and processes transactions against it, in consensus with a set of peers. It implements the Stellar Consensus Protocol, a federated consensus protocol. It is written in C++17 and runs on Linux, OSX and Windows. Learn more by reading the overview document.
Documentation
Documentation of the code's layout and abstractions, as well as for the
functionality available, can be found in
./docs
.
Installation
See Installation
Contributing
See Contributing
Running tests
See running tests