Make issuing/operational address intro into a snippet (#185)

* Issuing / Operational Addresses snippet

* issuing/operational addresses - minor rewording

* issuing/operational addresses - better parallel structure in explaining positive/negative
This commit is contained in:
Rome Reginelli
2016-05-17 15:41:42 -07:00
parent 3def7c9c9c
commit 11b13d9664
5 changed files with 19 additions and 19 deletions

View File

@@ -67,11 +67,7 @@ The value of a gateway's issuances in the Ripple Consensus Ledger comes directly
### Hot and Cold Wallets ###
We strongly recommend that gateways use multiple Ripple addresses with a separation of roles. This promotes strong security and minimizes risk. We recommend the following setup:
* An **issuing address** (also known as a "cold wallet") with high value, used as rarely as possible.
* One or more **operational addresses** (also known as a "hot wallets") with low value, used frequently by automated processes.
* Optional **standby addresses** (also known as "warm wallets"), used infrequently by human operators.
{% include 'snippets/issuing-and-operational-addresses-intro.md' %}
For more information, see [Issuing and Operational Addresses](concept-issuing-and-operational-addresses.html)