Skip to content

ninjasolution/airdrop-backend-on-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airdrop-backend-on-solana

Simple SPL token airdrop using Node.js

THIS is the only official version of the bot

I can only ensure the integrity of this version. If you use any fork, it will be at your own risks

-blockchainexpertbc

Installation

git clone https://github.com/blockchainexpertbc/airdrop-backend-on-solana.git
cd ./airdrop-backend-on-solana
npm install

Usage

You can also run this script by using npm start

.env

  • TOKEN_ADDRESS : The spl token address to transfer
  • SECRET_KEY : The scret key for gas fee to transfer spl token

Example

npm start