Skip to content

Commit a05d597

Browse files
authored
Update README.md
1 parent 8ed588c commit a05d597

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
# Etherscan Labels
1+
# EVM Labels
22

33
Scrapes labels from etherscan, bscscan & polygonscan, arbitrium, fantom, avalanche website and stores into JSON/CSV.
44

5-
[Label data (CSV+JSON)](https://github.com/brianleect/etherscan-labels/tree/main/data)
6-
- Combined Labels JSON - Located as a subfolder in `__scan/data/combined`
5+
| Chain | Site | Label Count |
6+
|-------|------|-------------|
7+
| ETH | [https://etherscan.io](https://etherscan.io) | [27352](https://github.com/brianleect/etherscan-labels/tree/main/./data/etherscan/combined/combinedAllLabels.json) |
8+
| BSC | [https://bscscan.com](https://bscscan.com) | [6726](https://github.com/brianleect/etherscan-labels/tree/main/./data/bscscan/combined/combinedAllLabels.json) |
9+
| POLY | [https://polygonscan.com](https://polygonscan.com) | [4997](https://github.com/brianleect/etherscan-labels/tree/main/./data/polygonscan/combined/combinedAllLabels.json) |
10+
| OPT | [https://optimistic.etherscan.io](https://optimistic.etherscan.io) | [0](https://github.com/brianleect/etherscan-labels/tree/main/./data/optimism/combined/combinedAllLabels.json) |
11+
| ARB | [https://arbiscan.io](https://arbiscan.io) | [837](https://github.com/brianleect/etherscan-labels/tree/main/./data/arbiscan/combined/combinedAllLabels.json) |
12+
| FTM | [https://ftmscan.com](https://ftmscan.com) | [1085](https://github.com/brianleect/etherscan-labels/tree/main/./data/ftmscan/combined/combinedAllLabels.json) |
13+
| AVAX | [https://snowtrace.io](https://snowtrace.io) | [1062](https://github.com/brianleect/etherscan-labels/tree/main/./data/avalanche/combined/combinedAllLabels.json) |
14+
15+
Total Chains: 7
16+
17+
Total Labels: 42059
718

819
## Setup
920
1. On the command-line, run the command `pip install -r requirements.txt` while located at folder with code.

0 commit comments

Comments
 (0)