Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

stellar-core

> 编程语言
Open source

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

3.3K stars0 likes0 views
WebsiteGitHub

About

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

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++20 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)

Issues· 344 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C++

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言