Skip to content

Commit 32ca1dd

Browse files
mDuo13nbougalis
authored andcommitted
Update README with XRP Ledger branding
1 parent 37d9544 commit 32ca1dd

5 files changed

Lines changed: 45 additions & 85 deletions

File tree

README.md

Lines changed: 45 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,56 @@
1-
# What is Ripple?
2-
3-
![Ripple](docs/images/ripple.png)
4-
5-
> **Do you work at a digital asset exchange or wallet provider?**
6-
>
7-
> Please [contact us](mailto:[email protected]). We can help guide your integration.
8-
9-
Ripple is a network of computers which use the [Ripple consensus algorithm](https://www.youtube.com/watch?v=pj1QVb1vlC0) to atomically settle and record
10-
transactions on a secure distributed database, the Ripple Consensus Ledger
11-
(RCL). Because of its distributed nature, the RCL offers transaction immutability
12-
without a central operator. The RCL contains a built-in currency exchange and its
13-
path-finding algorithm finds competitive exchange rates across order books
14-
and currency pairs.
15-
16-
### Key Features
17-
- **Distributed**
18-
- Direct account-to-account settlement with no central operator
19-
- Decentralized global market for competitive FX
20-
- **Secure**
21-
- Transactions are cryptographically signed using ECDSA or Ed25519
22-
- Multi-signing capabilities
23-
- **Scalable**
24-
- Capacity to process the world’s cross-border payments volume
25-
- Easy access to liquidity through a competitive FX marketplace
26-
27-
## Cross-border payments
28-
Ripple enables banks to settle cross-border payments in real-time, with
29-
end-to-end transparency, and at lower costs. Banks can provide liquidity
30-
for FX themselves or source it from third parties.
31-
32-
As Ripple adoption grows, so do the number of currencies and counterparties.
33-
Liquidity providers need to maintain accounts with each counterparty for
34-
each currency – a capital- and time-intensive endeavor that spreads liquidity
35-
thin. Further, some transactions, such as exotic currency trades, will require
36-
multiple trading parties, who each layer costs to the transaction. Thin
37-
liquidity and many intermediary trading parties make competitive pricing
38-
challenging.
39-
40-
![Flow - Direct](docs/images/flow1.png)
41-
42-
### XRP as a Bridge Currency
43-
Ripple can bridge even exotic currency pairs directly through XRP. Similar to
44-
USD in today’s currency market, XRP allows liquidity providers to focus on
45-
offering competitive FX rates on fewer pairs and adding depth to order books.
46-
Unlike USD, trading through XRP does not require bank accounts, service fees,
47-
counterparty risk, or additional operational costs. By using XRP, liquidity
48-
providers can specialize in certain currency corridors, reduce operational
49-
costs, and ultimately, offer more competitive FX pricing.
50-
51-
![Flow - Bridged over XRP](docs/images/flow2.png)
52-
53-
# rippled - Ripple server
54-
`rippled` is the reference server implementation of the Ripple
55-
protocol. To learn more about how to build and run a `rippled`
56-
server, visit https://ripple.com/build/rippled-setup/
1+
# The XRP Ledger
2+
3+
The XRP Ledger is a decentralized cryptographic ledger powered by a network of peer-to-peer servers. The XRP Ledger uses a novel Byzantine Fault Tolerant consensus algorithm to settle and record transactions in a secure distributed database without a central operator.
4+
5+
## XRP
6+
XRP is a public, counterparty-less asset native to the XRP Ledger, and is designed to bridge the many different currencies in use worldwide. XRP is traded on the open-market and is available for anyone to access. The XRP Ledger was created in 2012 with a finite supply of 100 billion units of XRP. Its creators gifted 80 billion XRP to a company, now called [Ripple](https://ripple.com/), to develop the XRP Ledger and its ecosystem. Ripple uses XRP the help build the Internet of Value, ushering in a world in which money moves as fast and efficiently as information does today.
7+
8+
## `rippled`
9+
The server software that powers the XRP Ledger is called `rippled` and is available in this repository under the permissive [ISC open-source license](LICENSE). The `rippled` server is written primarily in C++ and runs on a variety of platforms.
5710

58-
[![travis-ci.org: Build Status](https://travis-ci.org/ripple/rippled.png?branch=develop)](https://travis-ci.org/ripple/rippled)
59-
[![codecov.io: Code Coverage](https://codecov.io/gh/ripple/rippled/branch/develop/graph/badge.svg)](https://codecov.io/gh/ripple/rippled)
6011

61-
### License
62-
`rippled` is open source and permissively licensed under the
63-
ISC license. See the LICENSE file for more details.
12+
# Key Features of the XRP Ledger
6413

65-
#### Repository Contents
14+
- **[Censorship-Resistant Transaction Processing][]:** No single party decides which transactions succeed or fail, and no one can "roll back" a transaction after it completes. As long as those who choose to participate in the network keep it healthy, they can settle transactions in seconds.
15+
- **[Fast, Efficient Consensus Algorithm][]:** The XRP Ledger's consensus algorithm settles transactions in 4 to 5 seconds, processing at a throughput of up to 1500 transactions per second. These properties put XRP at least an order of magnitude ahead of other top digital assets.
16+
- **[Finite XRP Supply][]:** When the XRP Ledger began, 100 billion XRP were created, and no more XRP will ever be created. (Each XRP is subdivisible down to 6 decimal places, for a grand total of 100 quintillion _drops_ of XRP.) The available supply of XRP decreases slowly over time as small amounts are destroyed to pay transaction costs.
17+
- **[Responsible Software Governance][]:** A team of full-time, world-class developers at Ripple maintain and continually improve the XRP Ledger's underlying software with contributions from the open-source community. Ripple acts as a steward for the technology and an advocate for its interests, and builds constructive relationships with governments and financial institutions worldwide.
18+
- **[Secure, Adaptable Cryptography][]:** The XRP Ledger relies on industry standard digital signature systems like ECDSA (the same scheme used by Bitcoin) but also supports modern, efficient algorithms like Ed25519. The extensible nature of the XRP Ledger's software makes it possible to add and disable algorithms as the state of the art in cryptography advances.
19+
- **[Modern Features for Smart Contracts][]:** Features like Escrow, Checks, and Payment Channels support cutting-edge financial applications including the [Interledger Protocol](https://interledger.org/). This toolbox of advanced features comes with safety features like a process for amending the network and separate checks against invariant constraints.
20+
- **[On-Ledger Decentralized Exchange][]:** In addition to all the features that make XRP useful on its own, the XRP Ledger also has a fully-functional accounting system for tracking and trading obligations denominated in any way users want, and an exchange built into the protocol. The XRP Ledger can settle long, cross-currency payment paths and exchanges of multiple currencies in atomic transactions, bridging gaps of trust with XRP.
6621

67-
| Folder | Contents |
68-
|---------|----------|
69-
| ./bin | Scripts and data files for Ripple integrators. |
70-
| ./build | Intermediate and final build outputs. |
71-
| ./Builds| Platform-specific guides for building rippled. |
72-
| ./docs | Source documentation files and doxygen config. |
73-
| ./cfg | Example configuration files. |
74-
| ./src | Source code. |
22+
[Censorship-Resistant Transaction Processing]: https://developers.ripple.com/xrp-ledger-overview.html#censorship-resistant-transaction-processing
23+
[Fast, Efficient Consensus Algorithm]: https://developers.ripple.com/xrp-ledger-overview.html#fast-efficient-consensus-algorithm
24+
[Finite XRP Supply]: https://developers.ripple.com/xrp-ledger-overview.html#finite-xrp-supply
25+
[Responsible Software Governance]: https://developers.ripple.com/xrp-ledger-overview.html#responsible-software-governance
26+
[Secure, Adaptable Cryptography]: https://developers.ripple.com/xrp-ledger-overview.html#secure-adaptable-cryptography
27+
[Modern Features for Smart Contracts]: https://developers.ripple.com/xrp-ledger-overview.html#modern-features-for-smart-contracts
28+
[On-Ledger Decentralized Exchange]: https://developers.ripple.com/xrp-ledger-overview.html#on-ledger-decentralized-exchange
29+
30+
31+
## Source Code
32+
[![travis-ci.org: Build Status](https://travis-ci.org/ripple/rippled.png?branch=develop)](https://travis-ci.org/ripple/rippled)
33+
[![codecov.io: Code Coverage](https://codecov.io/gh/ripple/rippled/branch/develop/graph/badge.svg)](https://codecov.io/gh/ripple/rippled)
7534

76-
Some of the directories under `src` are external repositories inlined via
77-
git-subtree. See the corresponding README for more details.
35+
### Repository Contents
7836

79-
## For more information:
37+
| Folder | Contents |
38+
|:-----------|:-------------------------------------------------|
39+
| `./bin` | Scripts and data files for Ripple integrators. |
40+
| `./Builds` | Platform-specific guides for building `rippled`. |
41+
| `./docs` | Source documentation files and doxygen config. |
42+
| `./cfg` | Example configuration files. |
43+
| `./src` | Source code. |
8044

81-
* [Ripple Knowledge Center](https://ripple.com/learn/)
82-
* [Ripple Developer Center](https://ripple.com/build/)
83-
* Ripple Whitepapers & Reports
84-
* [Ripple Consensus Whitepaper](https://ripple.com/files/ripple_consensus_whitepaper.pdf)
85-
* [Ripple Solutions Guide](https://ripple.com/files/ripple_solutions_guide.pdf)
45+
Some of the directories under `src` are external repositories included using
46+
git-subtree. See those directories' README files for more details.
8647

87-
To learn about how Ripple is transforming global payments visit
88-
[https://ripple.com/contact/](https://ripple.com/contact/)
8948

90-
- - -
49+
## See Also
9150

92-
Copyright © 2017, Ripple Labs. All rights reserved.
51+
* [XRP Ledger Dev Portal](https://developers.ripple.com/)
52+
* [XRP News](https://ripple.com/category/xrp/)
53+
* [Setup and Installation](https://developers.ripple.com/install-rippled.html)
9354

94-
Portions of this document, including but not limited to the Ripple logo,
95-
images and image templates are the property of Ripple Labs and cannot be
96-
copied or used without permission.
55+
To learn about how Ripple is transforming global payments, visit
56+
<https://ripple.com/contact/>.
-11.1 KB
Binary file not shown.

docs/images/flow1.png

-180 KB
Binary file not shown.

docs/images/flow2.png

-143 KB
Binary file not shown.

docs/images/ripple.png

-4.96 KB
Binary file not shown.

0 commit comments

Comments
 (0)