eth_event_stream 0.1.0

Synchronized multiple type ethereum event streaming for arbitrary time frames.
Documentation
1
2
3
4
5
6
#!/bin/bash
# make a copy of me to .env.sh
# and source me:
# source ./env.sh
export HTTP_NODE_URL = <ex. alchemy node url>
export WS_NODE_URL = <ws node url>