Add docs for app wallets (#9098)

This commit is contained in:
Dan Albert
2020-03-26 19:09:39 -06:00
committed by GitHub
parent f3d556e3f9
commit 48031651a0
7 changed files with 176 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
# Command-line Guide
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.
In this section, we will describe how to use the Solana command-line tools to
create a *wallet*, to send and receive SOL tokens, and 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 is the first place the
Solana core team deploys new functionality. The command-line interface is not