mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
List XRP use case: use buttons instead of header links
This commit is contained in:
@@ -6,17 +6,16 @@ Does your exchange want to list XRP, enabling your users to deposit, trade, and
|
||||
{% set n = cycler(* range(1,99)) %}
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
<!-- <span class="use-case-step-length">(1 hour)</span> -->
|
||||
## [Meet prerequisites for listing XRP](list-xrp-as-an-exchange.html#prerequisites-for-supporting-xrp)
|
||||
## Meet prerequisites for listing XRP
|
||||
|
||||
Put in place the foundation and operational processes needed to efficiently and securely list XRP in your exchange.
|
||||
|
||||
This includes creating and securing XRP Ledger accounts, implementing internal balance sheets, adopting appropriate security procedures, and complying with any applicable regulations.
|
||||
|
||||
[Learn more about prerequisites >](list-xrp-as-an-exchange.html#prerequisites-for-supporting-xrp)
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
<!-- <span class="use-case-step-length">(1 hour)</span> -->
|
||||
## [Set up and run a `rippled` server](manage-the-rippled-server.html)
|
||||
## Set up and run a `rippled` server
|
||||
|
||||
`rippled` is the core peer-to-peer server that manages the XRP Ledger.
|
||||
|
||||
@@ -26,29 +25,31 @@ You can start out running one `rippled` server to support development and explor
|
||||
|
||||
[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. Even if your `rippled` server isn’t included in published validator lists, it is still contributing (albeit indirectly) and continues to build up reputation over time.
|
||||
|
||||
[Set up rippled >](manage-the-rippled-server.html)
|
||||
<!--{# Using code font on "rippled" here breaks the buttonize effect #}-->
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
<!-- <span class="use-case-step-length">(1 hour)</span> -->
|
||||
## [Try out XRP Ledger integration tools](get-started-with-the-rippled-api.html)
|
||||
## Try out XRP Ledger integration tools
|
||||
|
||||
Take a look at the various tools provided to help you integrate with the XRP Ledger.
|
||||
|
||||
From WebSocket and JSON-RPC API endpoints to the RippleAPI JavaScript library, find a mode of integration that works with your technology.
|
||||
|
||||
[Get started with API tools >](get-started-with-the-rippled-api.html)
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
<!-- <span class="use-case-step-length">(1 hour)</span> -->
|
||||
## [Get a sandbox XRP Ledger account](xrp-test-net-faucet.html)
|
||||
## Get a sandbox XRP Ledger account
|
||||
|
||||
Use the XRP Ledger Test Net to get a sandbox account. Connect your `rippled` server to the Test Net to make test calls and get to know the XRP Ledger. Once you’re ready to transact in real XRP, you can switch over to transacting on the live XRP Ledger.
|
||||
|
||||
[Get a Test Net account >](xrp-test-net-faucet.html)
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
<!-- <span class="use-case-step-length">(1 hour)</span> -->
|
||||
## [Understand and code integrations to support the flow of funds](list-xrp-as-an-exchange.html#flow-of-funds)
|
||||
## Understand and code integrations to support the flow of funds
|
||||
|
||||
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.
|
||||
|
||||
[Understand the flow of funds >](list-xrp-as-an-exchange.html#flow-of-funds)
|
||||
|
||||
### Related Tasks
|
||||
|
||||
|
||||
@@ -2812,8 +2812,6 @@ pages:
|
||||
- md: use-cases/use-cases.md
|
||||
html: use-cases.html
|
||||
funnel: Use Cases
|
||||
filters:
|
||||
- buttonize
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2898,8 +2896,6 @@ pages:
|
||||
- md: dev-tools/dev-tools.md
|
||||
html: dev-tools.html
|
||||
funnel: Dev Tools
|
||||
filters:
|
||||
- buttonize
|
||||
targets:
|
||||
- local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user