What is BlockchainSpider?
BlockchainSpider is a tool for blockchain data collection based on Scrapy
.
With BlockchainSpider, you can sample the transactions related to the specific source address, crawl the label data, and more you will be interested in data mining on the blockchain.
Transaction subgraph: the transaction subgraph related to the specific source account
Label data: the labels of addresses or transactions
Block data: the block data on chains
...
Getting Started
Let's start with the following command:
And then install the dependencies:
That's great! So far, you have made all the preparations for starting the BlockchainSpider!
Guides: Jump right in
Follow our handy guides to get started on the basics as quickly as possible:
Last updated