Solana Token Kit used for creating and managing Solana SPL Tokens. Functionality includes
- creating SPL Token
- create Openbook Market
- create, seed and snipe liquidity pool
- airdrop tokens
- transfer solana to/from wallets
- monitor multiple wallets to sell
- start volume bot
- snipe tokens prelaunch
- create multiple wallets
- Node
- Jito API access
- RPC Node
npm run install
All commands are stored as scripts in package.json
.
npm run createToken
Configuration is currently stored within the config/
directory as well as defined as constants within each script.