ninjasolution / airdrop-backend-on-solana

Simple SPL token airdrop using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple SPL token airdrop using Node.js


Languages

Language:JavaScript 100.0%