Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

add airdrop instruction to avoid insufficient funds error message on deploy #447

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ Listen to transaction logs:
solana logs
```

### Airdrop SOL into your default account

If your keypair account balance is zero request SOL from your local Solana cluster faucet
```bash
solana airdrop 1
```

### Install npm dependencies

```bash
Expand Down