pump-dump-0.1.0 is not a library.
pump-dump 🚀
A powerful CLI tool for inspecting Pump.fun pools, decoding events, and analyzing transactions on the Solana blockchain.

Features
- Event Decoding: Parse and display Pump.fun events from base64 data
- Account Analysis: Fetch and decode account data from Solana addresses
- Transaction Inspection: Extract and analyze Pump.fun events from transaction logs
- Flexible RPC: Support for any Solana RPC endpoint
- Beautiful Output: Colored, formatted display with intuitive layout
- Fast & Reliable: Built with Rust for maximum performance
Installation
From crates.io
From source
Pre-built binaries
Download the latest release from GitHub Releases.
Usage
Basic Commands
# Decode a pump.fun event from base64 data
# Inspect account data
# Analyze transaction logs for pump.fun events
Advanced Usage
# Use custom RPC endpoint
# Use with mainnet-beta (default)
# Use with devnet
Example Output
Event Decoding From Tx

Commands
| Command | Description | Example |
|---|---|---|
event <data> |
Decode base64 pump.fun event data | pump-dump event "G3KpTd7rY3YH..." |
account <address> |
Fetch and decode account data | pump-dump account 7AxPySqt2JiB... |
tx <signature> |
Extract events from transaction logs | pump-dump tx 4wTV1YmiEkRv... |
Global Options
| Flag | Description | Default |
|---|---|---|
-u, --rpc-url <URL> |
Solana RPC endpoint | https://api.mainnet-beta.solana.com |
-h, --help |
Show help information | |
-V, --version |
Show version information |
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
MIT — Do whatever you want for the great good! Credit appreciated, not required.
Disclaimer
This tool is for educational and research purposes only. Always verify data independently and use at your own risk. The authors are not responsible for any financial losses or damages.