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

fd3ad13 · Feb 1, 2024
Mar 23, 2023
Jan 8, 2024
Nov 17, 2023
Feb 24, 2023
Jan 30, 2024
Nov 16, 2023
Apr 28, 2022
May 30, 2020
Jan 29, 2024
Jan 18, 2024
Feb 1, 2024
Jan 29, 2024
Jan 29, 2024
Dec 6, 2022
Feb 7, 2023
May 7, 2021
Sep 14, 2022
Jul 26, 2023
Sep 7, 2023
Dec 1, 2014
Dec 1, 2023
Nov 18, 2022
Jan 24, 2024
Aug 8, 2023
Dec 1, 2014
Feb 24, 2023
Jan 5, 2024
Apr 7, 2015
Jul 18, 2023
Mar 25, 2015
Jul 15, 2015
Dec 19, 2020
May 23, 2019
Dec 19, 2020
Jan 18, 2024
Dec 16, 2022
Jul 18, 2023
Sep 8, 2023
Nov 30, 2023
Nov 6, 2023
Jan 11, 2024
Nov 26, 2014
Jul 18, 2023
Jan 10, 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++14 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