solana/docs/src/cli/README.md

10 lines
532 B
Markdown
Raw Normal View History

# Command-line Guide
2020-03-21 20:50:09 -06:00
In this section, we will describe how to create a Solana *wallet*, how to send
2020-03-10 08:43:38 -06:00
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
2020-03-21 20:50:09 -06:00
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
2020-03-10 08:43:38 -06:00
necessarily the easiest to use, but it provides the most direct, flexible, and
secure access to your Solana accounts.