Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 708 Bytes

ethereum_parser

Infura ethereum node parser

Maintainability

  • Start rabbitmq

    docker run -d -p 8080:15672 -p 5672:5672 -e RABBITMQ_DEFAULT_USER="rabbitmq" -e RABBITMQ_DEFAULT_PASS="rabbitmq" rabbitmq:3-management

  • Create rmq exchange and queues in localhost:8080

  • Bind queues to exchange

  • Create and activate venv and install requirements

    python3.7 -m vnev venv && activate venv/bin/activate

  • Run ethereum_parser in environment

    python src/main.py

Everything what you want you can change in env parameters