Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
LetsStartWithPurple edited this page Jan 22, 2025 · 11 revisions

Welcome to the WalletWave wiki!

About WalletWave

WalletWave is a Python-based tool for analyzing Solana wallet transactions. Designed for copy-traders or crypto enthusiasts who want to get an edge into the meme token market. WalletWave offers features like:

  • Transaction Analysis: View Profit and Loss (PNL), trades, and balances
  • GMGN Risk Analysis: GMGN.ai risk statistics are shown along with the wallet performance data.
  • Custom Plugins: Extend the functionality with custom modular plugins
  • Export Options: Export data to CSV or TXT for further analysis
  • Cross-Platform: Works with any operating system that has Python 3.8 or higher installed

Whether you are looking to track wallet performance, be a plugin developer, collaborator, or integrate WalletWave into your workflow, this Wiki will help you get started.

Getting Started

Windows Installation

Option 1: Using make

git clone  https://github.com/LetsStartWithPurple/WalletWave.git
  • Change Directory
cd WalletWave 
  • Install with make
make install
  • Activate virtual environment
    Powershell .venv\Scripts\Activate.ps1
    Command Prompt .venv\Scripts\activate.bat

  • Run WalletWave

walletwave 

Option 2: Manual Installation (no make)

  • Clone the repository or download from Releases

  • Navigate to project directory

  • Create virtual environment

python3 -m venv .venv
  • Activate virtual environment
    Powershell .venv\Scripts\Activate.ps1
    Command Prompt .venv\Scripts\activate.bat

  • Install dependencies:

pip install --upgrade pip
pip install .
  • Run WalletWave:
walletwave 

Linux Installation

  1. Configuration
  1. Using WalletWave
  • Understand how to use WalletWave's features:
  1. Plugin Development

Community and Support

Join the WalletWave community to share ideas, ask questions, or contribute:

Contributing

We welcome code contributions! If you'd like to help improve WalletWave, please see:

We will never solicit money from our users, but if you would like to donate to the project, here is the Solana address.

Solana Wallet Address: 2NbHvVDjpNf8hG9aDjLom57Z1SwgH1G3wgih1amyLLzS

Thank you so much for your support! Just by you using WalletWave fills my heart with joy and is contribution enough!

Disclaimer

WalletWave is for educational and informational purposes only. Please do your own research and use additional tools for analysis before making any financial decisions.