Add staking docs (#8988)

automerge
This commit is contained in:
Greg Fitzgerald
2020-03-21 20:50:09 -06:00
committed by GitHub
parent 2592894958
commit 1f83c56e05
9 changed files with 190 additions and 79 deletions

View File

@@ -1,9 +1,9 @@
# Command-line Guide
In this section, we'll describe how to create a Solana *wallet*, how to send
In this section, we will describe how to create a Solana *wallet*, how to send
and receive tokens, and how to participate in the cluster by delegating stake.
To interact with a Solana cluster, we will use its command-line interface, also
known as the CLI. We use the command-line because it's the first place the
Solana core team deploys new functionality. The command-line interface isn't
known as the CLI. We use the command-line because it is the first place the
Solana core team deploys new functionality. The command-line interface is not
necessarily the easiest to use, but it provides the most direct, flexible, and
secure access to your Solana accounts.