# stellar-core **Repository Path**: mirrors/stellar-core ## Basic Information - **Project Name**: stellar-core - **Description**: Reference implementation for the peer-to-peer agent that manages the Stellar network. - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/stellar-core - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-04-03 - **Last Updated**: 2025-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Stellar
Creating equitable access to the global financial system

Stellar Core

Build Status

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](https://github.com/stellar/stellar-core/blob/master/src/scp/readme.md), a _federated_ consensus protocol. It is written in C++17 and runs on Linux, OSX and Windows. Learn more by reading the [overview document](https://github.com/stellar/stellar-core/blob/master/docs/readme.md). # Documentation Documentation of the code's layout and abstractions, as well as for the functionality available, can be found in [`./docs`](https://github.com/stellar/stellar-core/tree/master/docs). # Installation See [Installation](./INSTALL.md) # Contributing See [Contributing](./CONTRIBUTING.md) # Running tests See [running tests](./CONTRIBUTING.md#running-tests)