Skip to content

credmark/ethereum-proxy-etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Proxy ETL

Streaming

Set the following env vars:

  • POSTGRES_USERNAME

  • POSTGRES_PASSWORD

  • POSTGRES_HOST

  • POSTGRES_PORT

  • POSTGRES_DATABASE

  • ETH_NODE_URL

Stream for from_block -> to_block:

from ethereum_proxy_etl.stream import stream

stream(start_block, end_block)

Update

Updates implementation address of existing proxy contracts.

Set the following env vars:

  • POSTGRES_USERNAME

  • POSTGRES_PASSWORD

  • POSTGRES_HOST

  • POSTGRES_PORT

  • POSTGRES_DATABASE

  • ETH_NODE_URL

from ethereum_proxy_etl.update import update_existing

update_existing()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages