Skip to content

Reference implementation for the peer-to-peer agent that manages the Stellar network.

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
COPYING
Apache-2.0
LICENSE-APACHE.txt
Notifications You must be signed in to change notification settings

stellar/stellar-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c669c8f · Jan 8, 2025
Mar 13, 2024
Dec 19, 2024
Jan 6, 2025
Jul 26, 2024
Jan 3, 2025
Sep 27, 2024
Apr 28, 2022
May 30, 2020
Dec 21, 2024
Dec 9, 2024
Jan 7, 2025
Jan 4, 2025
Jan 4, 2025
Dec 6, 2022
Feb 7, 2023
May 7, 2021
Sep 14, 2022
Sep 23, 2024
Sep 19, 2024
Dec 1, 2014
May 29, 2024
Aug 1, 2024
Dec 10, 2024
Sep 19, 2024
Dec 1, 2014
Feb 24, 2023
Oct 29, 2024
Apr 7, 2015
Jul 18, 2023
Mar 25, 2015
Jul 15, 2015
May 3, 2024
May 23, 2019
Dec 19, 2020
Aug 1, 2024
Aug 23, 2024
Oct 29, 2024
Sep 24, 2024
May 18, 2024
Mar 13, 2024
Nov 26, 2014
Aug 21, 2024
Oct 17, 2024
Mar 24, 2015
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, 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