Navigate:
rippled
~$RIPPL0.1%

rippled: XRP Ledger blockchain daemon implementation

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

LIVE RANKINGS • 10:20 AM • STEADY
OVERALL
#383
52
CRYPTO
#26
7
30 DAY RANKING TREND
ovr#383
·Crypt#26
STARS
5.1K
FORKS
1.6K
7D STARS
+5
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

Second part of Lending Protocol implementation with bug fixes and enhancements.

  • Second part of Lending Protocol implementation
  • Expand Number to support the full integer range
  • Mark the amendments as supported
  • Inner batch transactions never have valid signatures
v3.1.0-rc1

Second part of Lending Protocol implementation with bug fixes and enhancements.

  • Second part of Lending Protocol implementation
  • Expand Number to support the full integer range
  • Mark the amendments as supported
  • Inner batch transactions never have valid signatures
v3.0.0

Major refactoring to decouple net from xrpld and reorganize RPC-related classes.

  • Decouple net from xrpld and move rpc related classes to the rpc folder
  • refactor: Revamp CI workflows

See how people are using rippled

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers