Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit bb9f022

Browse files
authored
Add doc info about generating keypair (#516)
1 parent 1fc9d01 commit bb9f022

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/src/token.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ $ cargo install spl-token-cli
4747
Run `spl-token --help` for a full description of available commands.
4848

4949
### Configuration
50+
5051
The `spl-token` configuration is shared with the `solana` command-line tool.
5152

5253
#### Current Configuration
@@ -63,14 +64,18 @@ Keypair Path: ${HOME}/.config/solana/id.json
6364
```
6465

6566
#### Cluster RPC URL
66-
See [Solana clusters](https://docs.solana.com/clusters) for cluster-specific RPC URLs
6767

68+
See [Solana clusters](https://docs.solana.com/clusters) for cluster-specific RPC URLs
6869
```
6970
solana config set --url https://devnet.solana.com
7071
```
7172

7273
#### Default Keypair
7374

75+
See [Keypair conventions]
76+
(https://docs.solana.com/cli/conventions#keypair-conventions) for information on
77+
how to setup a keypair if you don't already have one.
78+
7479
Keypair File
7580
```
7681
solana config set --keypair ${HOME}/new-keypair.json

0 commit comments

Comments
 (0)