Skip to content

Blockchain-Technology-Lab/ethereum-network-decentralization

 
 

Repository files navigation

dcrawl - Fast Ethereum Crawler

License: Apache License: MIT Stability: experimental

Introduction

Tool to crawl the Ethereum network, based on the nim language implementation of the Discovery v5 protocol, part of the nim-eth library.

Prerequisites

Thanks to the included nimbus-build-system, the library is almost self-contained, requiring only git and a C compiler to build and run.

Quick start

# download dependencies and build compiler
make -j4 update
# build the crawler
make -j4
# run the crawler with ethereum boot node
./run.sh

Configuration options:

./run.sh --help

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nim 65.5%
  • Python 23.3%
  • Makefile 8.6%
  • Shell 2.6%