The Solana token collector functions to gather tokens into a single account.
Fill privateKey.txt with your list privateKey
RPC_URL=https://api.mainnet-beta.solana.com
TOKEN_ADDRESS=4yxxxx
TOKEN_SYMBOL=SIMBOL
MAIN_PRIVATE_KEY=3yesxxxxxx
FEE_FOR_SEND_TOKEN=0.003
Use the nodejs package manager npm to install package.
npm install
node index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.