Navigate:
rippled
~$RIPPL0.2%

rippled: XRP Ledger blockchain daemon implementation

C++ XRP Ledger implementation operating as a P2P node for transaction processing and consensus.

LIVE RANKINGS • 03:09 AM • STEADY
OVERALL
#317
28
CRYPTO
#16
7
30 DAY RANKING TREND
ovr#317
·Crypt#16
STARS
5.1K
FORKS
1.6K
7D STARS
+8
7D FORKS
-1
Tags:
See Repo:
Share:

Learn more about rippled

rippled is the reference implementation of the XRP Ledger protocol, written primarily in C++ and distributed under the ISC open-source license. The daemon uses a Byzantine Fault Tolerant consensus algorithm to validate and settle transactions across a distributed network of nodes without requiring a central authority. It processes transactions in 4-5 second intervals with throughput capabilities of up to 1500 transactions per second. The software can operate in multiple modes including validator nodes, tracking nodes, and API servers depending on configuration requirements.

rippled

1

Byzantine Fault Tolerance

Implements a consensus algorithm that allows the network to reach agreement on transaction validity and ledger state even when some nodes are offline or behaving maliciously.

2

Built-in DEX

Includes native decentralized exchange functionality within the protocol, allowing atomic cross-currency transactions and order book management directly on the ledger.

3

Deterministic Finality

Transactions achieve final settlement within seconds rather than requiring probabilistic confirmation periods, as each ledger close represents irreversible consensus.



v3.1.0-rc2

3.1.0-rc2: Second part of Lending Protocol implementation by @ximinez

  • Second part of Lending Protocol implementation by @ximinez
  • Bug fixes and enhancements
  • Expand `Number` to support the full integer range
  • Mark the amendments as supported
  • Inner batch transactions never have valid signatures by @ximinez (#6069)
v3.1.0-rc1

3.1.0-rc1: Second part of Lending Protocol implementation by @ximinez

  • Second part of Lending Protocol implementation by @ximinez
  • Bug fixes and enhancements
  • Expand `Number` to support the full integer range
  • Mark the amendments as supported
  • Inner batch transactions never have valid signatures by @ximinez
v3.0.0

3.0.0: Decouple net from xrpld and move rpc related classes to the rpc folder by @a1q123456 in

  • Decouple net from xrpld and move rpc related classes to the rpc folder by @a1q123456 in
  • refactor: Revamp CI workflows by @bthomee in
  • fix: Modify jobs to use '>>' instead of 'tee' for GITHUB_OUTPUT by @bthomee in
  • fix: Adjust the CI workflows by @bthomee in
  • fix: Correctly check for build_only when deciding whether to run tests by @bthomee in

See how people are using rippled

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers