Skip to content

Transform Ethereum block data (JSON-RPC) into pandas dataframe with Web3.py and Infura node

Notifications You must be signed in to change notification settings

shortdoom/block_to_dataframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

block_to_dataframe

Transform Ethereum block data (JSON-RPC) into Pandas Dataframe with Web3.py and Infura node.

Setup

  1. Get your API-KEY from Infura.
  2. Specify blockNumbers you want to retrive or default to latest.

Dataframe

Returned dataframe contains all of events for a given transaction within specified block.

Modify

You can return more values in txDetails function. However, returned dataframe should be considered a valid transactionRecipt for each transaction in retrived blocks.

About

Transform Ethereum block data (JSON-RPC) into pandas dataframe with Web3.py and Infura node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages