Better titles (#8752)

automerge
This commit is contained in:
Greg Fitzgerald
2020-03-10 08:43:38 -06:00
committed by GitHub
parent e41ff2df66
commit 948902eae0
4 changed files with 15 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# Using Solana from the Command-line
# Send and Receive Tokens
This section describes the command-line tools for interacting with Solana. One
could use these tools to send payments, stake validators, and check account
balances.
In this section, we'll 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
necessarily the easiest to use, but it provides the most direct, flexible, and
secure access to your Solana accounts.