https://github.com/primitivefinance/sybil-detection
https://github.com/primitivefinance/sybil-detection
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/primitivefinance/sybil-detection
- Owner: primitivefinance
- License: gpl-3.0
- Created: 2022-06-27T23:16:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T16:35:23.000Z (almost 4 years ago)
- Last Synced: 2025-09-08T23:54:27.276Z (9 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 31
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sybil-detection
- `git clone https://github.com/primitivefinance/sybil-detection.git`
- Create a file in the root project directory and name it `.env`
- add a line with the text `ETHERSCAN_API=` and set it equal to your etherscan api key
- If you don't have one you can make one for free [here](https://etherscan.io/myapikey)
- add a second line in the `.env` file with the text `CONTRACT_TO_LOOK_AT=` followed by the contract address you want to investigate
- run with `python main.py`
You may need to install relevant dependancies with `pip`