A Streamlit web app that analyzes token creation activity by any Pump.fun creator. It reveals token migration data, wallet balances, creator rewards, and key token stats.
- 🔍 Look up any Pump.fun creator using their wallet address or a token address
- 📊 View detailed stats on:
- Number of tokens created
- Number and percentage of tokens migrated to Raydium or Pumpswap
- Market cap of created vs. migrated tokens
- Average time to migrate
- 📈 Visualize token performance with charts
- 🔗 Fetch live data from the Pump.fun API
git clone https://github.com/your-username//Pumpfun-Creator-Stats.git
cd Pumpfun-Creator-StatsMake sure you have Python 3.10+ installed.
pip install -r requirements.txtstreamlit run main.pyPumpfun-Creator-Stats/
├── main.py # Main Streamlit app
├── requirements.txt # Python dependencies
└── README.md
- Sleep intervals are used in API calls to ensure stable data collection.
This project is not affiliated with Pump.fun. Use at your own risk.
Built with 🦁 by @Comm_Joseph