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

Commit c9a5289

Browse files
Add airdrop help to token docs (#1636)
1 parent ca6d579 commit c9a5289

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/token.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ Hardware Wallet URL (See [URL spec](https://docs.solana.com/wallet-guide/hardwar
8383
solana config set --keypair usb://ledger/
8484
```
8585

86+
#### Airdrop SOL
87+
88+
Creating tokens and accounts requires SOL for account rent deposits and
89+
transaction fees. If the cluster you are targeting offers a faucet, you can get
90+
a little SOL for testing:
91+
```
92+
solana airdrop 1
93+
```
94+
8695
### Example: Creating your own fungible token
8796

8897
```sh

0 commit comments

Comments
 (0)