mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 16:45:49 +00:00
Updated use case template
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Want to contribute code or a bug report to help improve `ripple-lib`, the official client library for [RippleAPI](rippleapi-reference.html)? RippleAPI is a JavaScript API for interacting with the XRP Ledger. Here’s a roadmap to the high-level tasks that’ll have you reviewing code and functionality in no time.
|
||||
|
||||
|
||||
<!-- USE_CASE_STEPS_START -->
|
||||
{% set n = cycler(* range(1,99)) %}
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
Want to contribute code or a bug report to help improve `rippled`, the core peer-to-peer server that manages the XRP Ledger? Here’s a roadmap to the high-level tasks that’ll have you reviewing code and functionality in no time.
|
||||
|
||||
<!-- USE_CASE_STEPS_START -->
|
||||
{% set n = cycler(* range(1,99)) %}
|
||||
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
## [Access the `rippled` repo](https://github.com/ripple/rippled)
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
Does your exchange want to list XRP, enabling your users to deposit, trade, and withdraw XRP? Here's a roadmap to the high-level tasks you'll need to perform.
|
||||
|
||||
<!-- USE_CASE_STEPS_START -->
|
||||
{% set n = cycler(* range(1,99)) %}
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
|
||||
Each `rippled` server (not running in stand-alone mode) connects to a network of peers, relays cryptographically signed transactions, and maintains a local copy of the complete shared global ledger. A `rippled` server running in validator mode additionally participates in the consensus process and is a part of an interconnected web of validators who each trust a specific set of validators not to collude. Here’s a roadmap to the high-level tasks you’ll need to perform to run a `rippled` validator.
|
||||
|
||||
|
||||
<!-- USE_CASE_STEPS_START -->
|
||||
{% set n = cycler(* range(1,99)) %}
|
||||
|
||||
|
||||
<span class="use-case-step-num">{{n.next()}}</span>
|
||||
<!-- <span class="use-case-step-length">(1 hour)</span> -->
|
||||
## [Understand what it means to run a validator](rippled-server-modes.html#reasons-to-run-a-validator)
|
||||
|
||||
Reference in New Issue
Block a user