Database and tools to monitor whale wallets on chain

serinko ec6282f9dd installing and running the whallet_cli před 4 roky
.idea d35ad2be49 researching on etherscan with api před 4 roky
__pycache__ fd69796733 csv export před 4 roky
data a434ec9c18 made a new repo před 4 roky
docs e11ab9b0e4 more info on python modules, resources and getting info from api před 4 roky
README.md ec6282f9dd installing and running the whallet_cli před 4 roky
spl_csv_search.py f0bfcc906f table of transactions před 4 roky
texts_cli.py a7383b544b cleaning code před 4 roky
wallets_dict.json d582f573bf deleted template dict před 4 roky
whale_watching_intro.md a434ec9c18 made a new repo před 4 roky
whallets_cli.py 0e668db08f TODO před 4 roky

README.md

List of Interesting Wallets to Follow

Introduction

Compiling a list (dictionary) of wallets and an automatized tool to follow monitor them, can generate solid Alpha.

Feedback and cooperation/guidance is welcome.

Installation

$ git clone https://github.com/darkrenaissance/whallets

Programs

  • whallets_cli.py - the main CLI to interact with the wallet database python whallets_cli.py
  • spl_scv_search.py - contains function to get transactions within a chosen price range

Dictionaries

The wallet dictionary is used to store all the information according to this template:

Template

This is a simple template to make a database dictionary. Fill all <strings> with real data.


{
        "<template_name_wallet>": {
            "twitter": "<https://twitter.com/full_address>",
            "info": "<info>",
            "ens": "<...> ",
            "wallets": {
                "wallet_0": {
                    "address": "<paste 0x... address>",
                    "networks": [
                        "erc",
                        "<paste all the networks separated by a comma>"

                    ]
                },
                "<wallet_1: in case another wallet of the same user>": {
                    "address": "<0x...>",
                    "networks": [
                        "<...>",
                        "<...>"
                    ]
                },
                "<wallet_2: in case of another wallet of the same user>": {
                    "address": "<0x...>",
                    "networks": [
                        "<..>"
                    ]
                }
            }
        }
}

Unified syntax

To be able to automatize the data research later, particularly the on chain movement, some arbitrary variables must follow the same syntax expression. Different whales have wallets on different chains, and to be able to pull form the scans, the chain keys for particular wallets must be noted, and unified across the whales.

Use these ticks for different chains

Syntax Chain Explorer
'btc' Bitcoin
'erc' Erc 20 (Etherum) Etherscan
'ens' Etherum Name service
'bsc' Binance Smart Chain
'spl' Solana Solscan
'poly' Polygon (Matic)
'heco' Huobi
'ftm' Fantom
'avax' Avalanche
'arb' Arbitrum
'optm' Optimism
'gns' Gnosis
'aur' Aurora
'one' Harmony
'fuse' Fuse