Skip to content

This script can batch transfer any SPL token to multiple addresses listed in a CSV, and then save the tx hash to a new CSV. You can use the following mainnet fork RPC to test the functionalities for free.

Notifications You must be signed in to change notification settings

z-institute/sol-batch-token-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sol Batch Token Transfer CSV

This script can batch transfer any SPL token to multiple addresses listed in a CSV, and then save the tx hash to a new CSV. You can use the following mainnet fork RPC to test the functionalities for free.

Send test SOL to Z Vault

solana transfer 7PDqBQdPMZYiF2iS9ANbc1qYXL2QMkNv6aW9STgu8iNb 0.5 --allow-unfunded-recipient --url https://rpc-mainnet-fork.dappio.xyz

solana balance 7PDqBQdPMZYiF2iS9ANbc1qYXL2QMkNv6aW9STgu8iNb --url https://rpc-mainnet-fork.dappio.xyz

solana balance HXcdCwwu1wkS882Gs8rRV6f83MyestRyB5HmWGwuiFiq --url https://rpc-mainnet-fork.dappio.xyz

Running the Project

  1. You have a SPL token
  2. Create data.csv referencing data.csv.example
  3. Create .env referencing .env.example
  4. cargo run to batch transfer token
  5. Result will be saved in done.csv

Debug

Inquiry

About

This script can batch transfer any SPL token to multiple addresses listed in a CSV, and then save the tx hash to a new CSV. You can use the following mainnet fork RPC to test the functionalities for free.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published