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

p141592/ethereum_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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