From f4eedd64bb2aed314ec944c65b21c580b8aa0aa1 Mon Sep 17 00:00:00 2001 From: ASwitlyk Date: Mon, 4 Apr 2022 23:16:10 -0700 Subject: [PATCH] add airdrop instruction to avoid insufficient funds error message on deploy --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d523e50f..93e8d54b 100644 --- a/README.md +++ b/README.md @@ -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