Skip to content

cskiraly/fast-ethereum-crawler

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

A Fast Ethereum Crawler based on the Nim Discovery v5 implementation

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE-APACHEv2
Unknown
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published