automerge
This commit is contained in:
Dan Albert
2020-03-27 11:21:34 -06:00
committed by GitHub
parent 87e5f8acbf
commit e5a6f8c2de
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ and verify you control its private key. Before you begin, you will need
to: to:
* [Install the Solana Tool Suite](install-solana-cli-tools.md) * [Install the Solana Tool Suite](install-solana-cli-tools.md)
* [Choose a wallet](cli-wallets.md) * [Choose a Command-line wallet](../wallet/cli-wallets.md)
## Generate an FS Wallet Keypair ## Generate an FS Wallet Keypair

View File

@ -6,7 +6,7 @@ To receive tokens, you will need an address for others to send tokens to. In
Solana, an address is the public key of a keypair. There are a variety Solana, an address is the public key of a keypair. There are a variety
of techniques for generating keypairs. The method you choose will depend on how of techniques for generating keypairs. The method you choose will depend on how
you choose to store keypairs. Keypairs are stored in wallets. Before receiving you choose to store keypairs. Keypairs are stored in wallets. Before receiving
tokens, you will need to [choose a wallet](cli-wallets.md) and tokens, you will need to [choose a wallet](../wallet/cli-wallets.md) and
[generate keys](generate-keys.md). Once completed, you should have a public key [generate keys](generate-keys.md). Once completed, you should have a public key
for each keypair you generated. The public key is a long string of base58 for each keypair you generated. The public key is a long string of base58
characters. Its length varies from 32 to 44 characters. characters. Its length varies from 32 to 44 characters.