stellar/stellar-core

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

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 3 hours ago
Type:Server / PlatformCategory(s):Blockchains, Nodes & ProtocolsBlockchain & Web3
Added to GitGenius on September 21st, 2026
Created on November 24th, 2014
Open Issues & Pull Requests: 334 (+0)
GitHub issues: Enabled
Number of forks: 1,078
Total Stargazers: 3,303 (+0)
Total Subscribers: 257 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 46.2 hours
Mean response time: 121.9 days
90th percentile: 157.1 days
Tracked items: 273

How this project is maintained

About 18% of issues opened in the past year have never received a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 6 hours, while "cleanup" waits about 4 days. 24% of tracked open issues have had no activity in three months. Only 49% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 121
New in 7 days: 2
Closed in 7 days: 3
Avg open age: 832 days
Stale 30+ days: 97
Stale 90+ days: 43

Recent activity

Opened in 7 days: 2
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (124)
  • enhancement (116)
  • cleanup (31)
  • discussion (19)
  • help wanted (13)
  • docs (8)
  • performance (5)
  • protocol (3)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Stellar Core is a peer-to-peer consensus node implementation that maintains and validates a distributed ledger for the Stellar network.

The tool solves the problem of coordinating agreement on financial transactions across a decentralized network without a central authority. It implements the Stellar Consensus Protocol, a federated consensus mechanism where nodes reach agreement by consulting a configurable set of trusted peers rather than requiring all participants to validate every transaction. Each node maintains a local copy of the cryptographic ledger and processes transactions against it in consensus with its peer set.

Stellar Core is suited for operators who want to run a validating node on the Stellar network or developers building infrastructure that requires direct participation in consensus. It is the reference implementation for the Stellar network, written in C++20 and runs on Linux, macOS, and Windows. Anyone deploying it should expect to engage with the Stellar Consensus Protocol documentation and the project's code layout and abstraction documentation to understand how to configure their node's trusted peer set and participate in the network.

The project maintains active continuous integration with automated build workflows. Development activity shows regular code contributions across the codebase. The project provides structured documentation covering both the protocol implementation and code organization, along with defined processes for contributions and testing.