Draft use case template

This commit is contained in:
mDuo13
2018-04-23 19:26:57 -07:00
parent 63e4bb7c88
commit eb62dab0a2
4 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# List XRP in Your Exchange (Experimental)
Does your exchange want to list XRP? Here's a roadmap to the high-level tasks you'll need to perform. When you've completed each of these tasks, you'll have your exchange listing XRP.
{% set n = cycler(* range(1,99)) %}
<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](tutorial-rippled-setup.html)
{{lipsum(n=1, html=False)}}
<span class="use-case-step-num">{{n.next()}}</span>
<span class="use-case-step-length">(5 minutes)</span>
## [Get Test Net XRP](xrp-test-net-faucet.html)
{{lipsum(n=1, html=False)}}
<span class="use-case-step-num">{{n.next()}}</span>
<span class="use-case-step-length">(1 hour)</span>
## [Try Out XRP Ledger Integration Tools](websocket-api-tool.html)
{{lipsum(n=1, html=False)}}