-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about the env variables #1
Comments
You can fill them with whatever values you wish to. For testing I would define |
Thank you very much. Also, I would like to ask if this code can crawl the nodes in the ethereum network |
It should be able to crawl any eth-like network. |
The example docker-compose at /infra/ should work. You just need to setup the bootstrap nodes and maybe some other flags which are basically defined at readme.
I am not sure If I blocked crawling private networks so that might get you flagged on cloud, everything except that should be fine since it does come with some basic ratelimits etc.
It's docker building image, shouldn't take a lot of time on reasonable vps.
The results from crawling and scanning are saved to DB and published to event queue when intrumented. You can access db with nice interface at Sorry for the late response, was busy with some stuff. |
The text was updated successfully, but these errors were encountered: