Database and tools to monitor whale wallets on chain
|
|
před 4 roky | |
|---|---|---|
| .idea | před 4 roky | |
| __pycache__ | před 4 roky | |
| data | před 4 roky | |
| docs | před 4 roky | |
| README.md | před 4 roky | |
| spl_csv_search.py | před 4 roky | |
| texts_cli.py | před 4 roky | |
| wallets_dict.json | před 4 roky | |
| whale_watching_intro.md | před 4 roky | |
| whallets_cli.py | před 4 roky |
Compiling a list (dictionary) of wallets and an automatized tool to follow monitor them, can generate solid Alpha.
Feedback and cooperation/guidance is welcome.
There are few programs to store and develope functions for wallet scannign.
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.
#defi wallets:
{
'@<name>':{
'twitter':'<full_twitter_address>',
'note':'<key info about the wallet owner>',
'ens':'<name.eth>',
'wallets':{
'erc':'<eth_wallet_address>',
'<any_other_chain>':'<corresponding_address>'
},
},
}
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 |