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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# Table of contents # Table of contents
* [Introduction](introduction.md) * [Introduction](introduction.md)
* [Install Solana](install-solana.md) * [Install the Solana Tool Suite](install-solana.md)
* [Use Solana from the Command-line](cli/README.md) * [Send and Receive Tokens](cli/README.md)
* [Command-line Usage](cli/usage.md) * [Command-line Usage](cli/usage.md)
* [Remote Wallet](remote-wallet/README.md) * [Remote Wallet](remote-wallet/README.md)
* [Ledger Hardware Wallet](remote-wallet/ledger.md) * [Ledger Hardware Wallet](remote-wallet/ledger.md)

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 In this section, we'll describe how to create a Solana *wallet*, how to send
could use these tools to send payments, stake validators, and check account and receive tokens, and how to participate in the cluster by delegating stake.
balances. 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.

View File

@ -1,4 +1,4 @@
# Installing Solana # Install the Solana Tool Suite
Install the Solana release Install the Solana release
[v1.1.0](https://github.com/solana-labs/solana/releases/tag/v1.1.0) on your [v1.1.0](https://github.com/solana-labs/solana/releases/tag/v1.1.0) on your

View File

@ -304,6 +304,10 @@ See [ledger vote](terminology.md#ledger-vote).
A reward tally for validators. A vote credit is awarded to a validator in its vote account when the validator reaches a [root](terminology.md#root). A reward tally for validators. A vote credit is awarded to a validator in its vote account when the validator reaches a [root](terminology.md#root).
## wallet
A collection of [keypairs](terminology.md#keypair).
## warmup period ## warmup period
Some number of epochs after stake has been delegated while it progressively becomes effective. During this period, the stake is considered to be "activating". More info about: [warmup and cooldown](cluster/stake-delegation-and-rewards.md#stake-warmup-cooldown-withdrawal) Some number of epochs after stake has been delegated while it progressively becomes effective. During this period, the stake is considered to be "activating". More info about: [warmup and cooldown](cluster/stake-delegation-and-rewards.md#stake-warmup-cooldown-withdrawal)