Skip to content

codyborn/mev_relay_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The public dataset produced by this script is available here.

You may also set up this script to push data to your own dataset by following these instructions:

  1. Install npm & gcloud
  2. Clone this repo locally
  3. Create a Google cloud project
  4. In BigQuery, create a new dataset mev_relayer_data and table blocks The blocks table should have the following schema:
relay_operator	STRING	NULLABLE			
relay_name	STRING	NULLABLE			
timestamp	TIMESTAMP	NULLABLE			
Timestamp of insertion	
slot	BIGNUMERIC	NULLABLE			
parent_hash	STRING	NULLABLE			
block_hash	STRING	NULLABLE			
builder_pubkey	STRING	NULLABLE			
proposer_pubkey	STRING	NULLABLE			
proposer_fee_recipient	STRING	NULLABLE			
gas_limit	BIGNUMERIC	NULLABLE			
gas_used	BIGNUMERIC	NULLABLE			
value	BIGNUMERIC	NULLABLE
  1. Login with gcloud gcloud init, login and select your project
  2. Install dependencies npm i
  3. Run the script node run.js

About

Queries MEV Relays and pushes data to Google Big Query

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published