Skip to content

Python script for airdropping Solana SPL tokens to a list of addresses.

Notifications You must be signed in to change notification settings

xjbar/SOLANA-SPL-TOKEN-AIRDROP-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SOLANA-SPL-TOKEN-AIRDROP

Python script for airdropping Solana SPL tokens to a list of addresses.

PREREQUISITES:

Your txt file needs to be formatted like this:

[WALLET ADDRESS] [AMOUNT TO AIRDROP]

Example

Alt Image text

HOW TO RUN:

  1. Download the airdrop.py
  2. Open CLI and CD to the directory you saved it to.
  3. run python airdrop.py --token_address [YOUR TOKEN ADDRESS HERE] --whitelist_file [PATH TO YOUR TXT FILE]
  4. Follow prompts and airdrop! Done

About

Python script for airdropping Solana SPL tokens to a list of addresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages