From 825c7d4f928b21049890dc7eae8c322c1f2fe0af Mon Sep 17 00:00:00 2001 From: mbhandary Date: Tue, 25 Feb 2020 12:12:23 -0500 Subject: [PATCH] Minor Changes: capitalization, catch-all, warning, etc --- .../run-rippled-as-a-wallet-server.md | 17 +++++++++-------- dactyl-config.yml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md index 9ae389850e..06759ad7e2 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md +++ b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md @@ -1,17 +1,17 @@ # Run rippled as a Wallet Server -A Wallet Server is a catch-all configuration for rippled. With a Wallet Server, you can submit transactions to the XRP Ledger, access ledger history, and use the latest [tools](https://xpring.io/) to integrate with XRP. +A wallet server is a multipurpose configuration for `rippled`. With a wallet server, you can submit transactions to the XRP Ledger, access ledger history, and use the latest [tools](https://xpring.io/) to integrate with XRP. -A Wallet Server will: +A wallet server does all of the following: -- Connect to a [network of peers](consensus-network.html) +- Connects to a [network of peers](consensus-network.html) -- Relay cryptographically signed [transactions](transaction-basics.html) +- Relays cryptographically signed [transactions](transaction-basics.html) -- Maintain a local copy of the complete shared global [ledger](ledgers.html) +- Maintains a local copy of the complete shared global [ledger](ledgers.html) -- Behave as a [validator](run-rippled-as-a-validator.html) by issuing [validation](consensus.html#validation) messages +- Participates in the [consensus process](consensus.html) as a validator ## 1. Install `rippled` @@ -20,11 +20,12 @@ For more information, see [Install `rippled`](install-rippled.html). -## 2. Enable validation on your Wallet Server +## 2. Enable validation on your wallet server For more information, see [Enable validation on your `rippled` server](run-rippled-as-a-validator.html#3-enable-validation-on-your-rippled-server). - + **Warning:** Validators should not be accessible to the public. Do not allow public websockets access to your wallet server or any other form of public access. + ## 3. Provide domain verification For more information, see [Provide domain verification](run-rippled-as-a-validator.html#6-provide-domain-verification). diff --git a/dactyl-config.yml b/dactyl-config.yml index d93ccc2887..467d17a107 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -2366,7 +2366,7 @@ pages: doc_type: Tutorials category: Manage the rippled Server subcategory: Configuration - blurb: A catch-all configuration for anyone integrating XRP. #TODO:translate + blurb: A multipurpose configuration for anyone integrating XRP. #TODO:translate targets: - en