jeirmeister
391a2fa35d
Initial implementation of a tool to analyze Ethereum smart contracts for fraudulent patterns. Currently supports: - Contract deployment analysis - Early actor identification - Exchange interaction tracking - Wash trading detection - Suspicious pattern recognition Known issues: - Directory structure needs cleanup - Some indentation errors to fix - Missing proper error handling - Needs better report formatting
6 lines
108 B
Bash
6 lines
108 B
Bash
ETHERSCAN_API_KEY=
|
|
ETH_NODE_URL=https://eth.public-rpc.com
|
|
DATA_DIR=data
|
|
READ_DIR=input
|
|
RESULTS_DIR=results
|