/Dragon

The all-in-one tool to help you find profitable wallets on Solana.

Primary LanguagePython


Dragon

The all-in-one tool to help you find profitable wallets on Solana.

Setup

pip install -r requirements.txt

python dragon.py

Bundle Checker

Check if a Solana contract has had multiple buys bundled into one transaction.

1. Enter a contract address.
2. Receive the bundle data.

Bulk Wallet Checker

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.

Top Traders Scraper

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.

All Transaction Scan

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.

Updates

19/08/2024
- General logic fixes.
- Thread cap of 100.



Credits

Me