BlockchainSpider
  • What is BlockchainSpider?
  • Guides
    • Crawl a transaction subgraph
    • Collect label data
    • Collect transaction data
  • subgraph spiders
    • Overview
    • BFS
    • Poison
    • Haircut
    • APPR
    • TTR
  • label spiders
    • Overview
    • CryptoScamsDB
    • LabelCloud
    • OFAC
    • Tor
  • Transaction spiders
    • Overview
    • Collect by block order
    • Collect by transaction hash
  • Extractors
    • Overview
    • Deduplicate
    • Local community
  • Settings
    • APIKeys
    • Cache
    • Customizing your workflow
Powered by GitBook
On this page
  1. Extractors

Local community

Local community detection to construct a small-scale local community from the graph crawled by the transaction subgraph spiders. For a particular source address, the importance rank of the addresses within the local community is significantly higher than the external addresses, making it easy for further auditing or visualization.

Note: the local community extractor is only used for APPR or TTR transactionn subgraphs.

You can run on this command in the console for extracting local communities:

python extract.py localcomm\
-i /path/of/raw/data \
-o /path/of/output/data

Parameter Description:

  • -i: the input directory of raw data.

  • -o: the output directory of local communities.

PreviousDeduplicateNextAPIKeys

Last updated 3 years ago