From 94fc8987854aba10e54c15a70923215dad4ce979 Mon Sep 17 00:00:00 2001 From: Jennifer Hasegawa Date: Wed, 9 May 2018 10:13:40 -0700 Subject: [PATCH] addressed feedback --- content/use-cases/list-xrp-in-your-exchange.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/use-cases/list-xrp-in-your-exchange.md b/content/use-cases/list-xrp-in-your-exchange.md index 84c41880e8..f009ba2f8d 100644 --- a/content/use-cases/list-xrp-in-your-exchange.md +++ b/content/use-cases/list-xrp-in-your-exchange.md @@ -19,9 +19,11 @@ This includes creating XRP Ledger accounts and balance sheets, complying with re `rippled` is the core peer-to-peer server that manages the XRP Ledger. -While it isn’t required, your exchange should consider running a your own `rippled` server to be able to control the speed and reliability of your exchange’s XRP transaction processing. +While it isn’t required, your exchange should consider running your own `rippled` server to be able to control the speed and reliability of your exchange’s XRP transaction processing. -Running a `rippled` server in validator mode also enables your exchange to contribute to the strength and decentralization of the XRP Ledger network. +You can start out running one `rippled` server to support development and exploration. If required for your use case, you can then build up to an enterprise deployment that consists of multiple clustered servers with one private-peer validator, for example. + +[Running a `rippled` server in validator mode](run-a-rippled-validator.html) enables your exchange to contribute to the strength and decentralization of the XRP Ledger network. {{n.next()}} @@ -47,3 +49,11 @@ Connect your rippled server to the Test Net to make test calls and get to know t ## [Understand and code integrations to support the flow of funds](xxxxx.html) To support listing XRP, code integrations with the XRP Ledger to deposit XRP into your exchange, trade XRP on the exchange, rebalance XRP holding, and withdraw XRP from your exchange. + + +### Related Tasks + +- [Contribute Code to `rippled`](contribute-code-to-rippled.html) +- [Subscribe to XRP Ledger Updates](x) +- [Capacity Planning](x) +- [Look Up an XRP Ledger Account’s Transaction History](x)