z-institute / sol-batch-token-transfer

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.

Home Page:https://zinstitute.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://zinstitute.net


Languages

Language:Rust 96.5%Language:Shell 3.5%