Demo.of.Solana.Swarm.mp4
Solana Swarm is a stateful AI agent for the CLI that can perform actions on the Solana blockchain.
Fork it to create your own Solana Agent!
- Create new Solana accounts
- Transfer SOL between accounts
- Lookup token address for a token by name or symbol from Jupiter strict list
- Requires free AlphaVybe Account:
- Lookup USD price for a token
- Lookup trading info for a token
- Lookup OHLC data for a token
- Calculate gain/losses for a token (1-day resolution)
- Get SOL & SPL balances for accounts
- Install OpenAI API KEY for zsh shell:
echo 'export OPENAI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
- Install AlphaVybe API KEY for zsh shell
echo 'export VYBE_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
pip install solana-swarm
solana-swarm= mainnet-betasolana-swarm --network devnet= devnet
solana-swarm --rpc https://my-custom-rpc.com/123
Contributions to Solana Swarm are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
