Event listener for the Ethereum Block Chain
.
├── ethereum_event_listener
│ ├── Cargo.lock
│ ├── Cargo.toml
│ ├── s_3
│ │ ├── Cargo.toml
│ │ └── src
│ │ ├── main.rs
│ │ └── s_3.rs
│ ├── tests
│ │ └── test.json
│ └── web_3
│ ├── Cargo.toml
│ └── src
│ ├── main.rs
│ └── web_3.rs
└── readme.md