-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Summary - Improvements to the Full Node walkthrough + cheatsheet - A handful of other miscleanious changes to make the docs more "holistic" - Prep for the validator cheatsheets - ## Issue - Followup to #941 ## Type of change Select one or more from the following: - [ ] New feature, functionality or library - [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [ ] Bug fix - [ ] Code health or cleanup - [x] Documentation - [ ] Other (specify) --------- Co-authored-by: Redouane Lakrache <[email protected]>
- Loading branch information
Showing
10 changed files
with
365 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
docusaurus/docs/operate/quickstart/validator_cheatsheet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Validator Cheat Sheet | ||
sidebar_position: 4 | ||
--- | ||
|
||
## Validator Cheat Sheet <!-- omit in toc --> | ||
|
||
<!-- TODO_MAINNET(@okdas, #754): Update this page with all the details. --> | ||
|
||
This cheat sheet provides quick copy-pasta like instructions for installing and | ||
running a Validator using an automated script. | ||
|
||
:::tip | ||
|
||
If you're interested in understanding everything, or having full control of every | ||
step, check out the [Validator Walkthrough](../run_a_node/validator_walkthrough.md). | ||
|
||
::: | ||
|
||
- [Introduction](#introduction) | ||
- [Pre-Requisites](#pre-requisites) | ||
|
||
## Introduction | ||
|
||
This guide will help you install a Validator on Pocket Network, | ||
**using helpers that abstract out some of the underlying complexity.** | ||
|
||
### Pre-Requisites | ||
|
||
1. **Run a Full Node**: Make sure you have followed the [Full Node Cheat Sheet](../quickstart/full_node_cheatsheet.md) to install and run a Full Node first |
Oops, something went wrong.