M1n007 / Solana-Token-Collector

Gathering your tokens into a single account!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana Token Collector

The Solana token collector functions to gather tokens into a single account.

privateKey.txt

Fill privateKey.txt with your list privateKey

ENV

RPC_URL=https://api.mainnet-beta.solana.com
TOKEN_ADDRESS=4yxxxx
TOKEN_SYMBOL=SIMBOL
MAIN_PRIVATE_KEY=3yesxxxxxx
FEE_FOR_SEND_TOKEN=0.003

Installation

Use the nodejs package manager npm to install package.

npm install

Usage

node index.js

Contributing

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.

License

MIT

About

Gathering your tokens into a single account!


Languages

Language:JavaScript 100.0%