Overview

The transaction spiders aim at collecting block data. BlockchainSpider supports to collect the blocks data of Ethereum and Ethereum-like blockchain (e.g., BNBChain, Polygin, etc.) until now.

  • trans.block.evm: transaction spider in the block order.

  • trans.evm: transaction spider for specific transaction hash.

The next sections will introduce more configurations about the transaction spiders.

Last updated