Skip to content

This script demonstrates the process of generating a new Solana wallet, checking the wallet balance, and performing an airdrop of SOL .

Notifications You must be signed in to change notification settings

sauravrao637/solana_airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Airdrop

This script demonstrates the following functionalities:

  • Generate a new Solana wallet (Keypair) and get the public and private keys.
  • Check the wallet balance using public key.
  • Perform an airdrop of SOL to the wallet address from the configured Solana cluster.

Prerequisites

Before running the airdrop program, make sure you have the following prerequisites:

  • Solana CLI: Install the Solana Command-Line Tools.
  • Node.js: Install Node.js on your machine.

Installation

  1. Clone the repository:
  git clone https://github.com/sauravrao637/solana_airdrop.git
  1. Navigate to the project directory:
cd solana_airdrop
  1. Install the required dependencies:
npm install
  1. Run the script:
node index.js

About

This script demonstrates the process of generating a new Solana wallet, checking the wallet balance, and performing an airdrop of SOL .

Topics

Resources

Stars

Watchers

Forks