The all-in-one tool to help you find profitable wallets on Solana.
pip install -r requirements.txt
python dragon.py
Check if a Solana contract has had multiple buys bundled into one transaction.
1. Enter a contract address.
2. Receive the bundle data.
Check a large list of wallets to receive their PnL, winrate and more data.
1. Select your .txt file or enter your own directory.
2. Enter the amount of threads you'd like to use.
3. Enter whether you'd like to skip certain wallets.
4. Receive your wallet data.
Scrape the top 100 traders of Solana tokens to receive their PnL, winrate and more data.
1. Enter the amount of threads you'd like to use.
2. Receive your top traders data.
Grab every single wallet address that made a buy transaction of a Solana token. I do not recommend a large market cap token.
1. Enter a contract address.
2. Enter the amount of threads you'd like to use.
3. Wait and receive your wallet addresses.
19/08/2024
- General logic fixes.
- Thread cap of 100.