blockchain-risk-analyzer/example.env
jeirmeister 391a2fa35d Initial commit: Blockchain fraud detection analyzer
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
2024-11-10 16:10:27 -08:00

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