Skip to content
/ scrapeth Public template

Scrape Ethereum smart contracts (including source code) through the Etherscan API.

License

Notifications You must be signed in to change notification settings

Cristian-Bejan/scrapeth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scrapeth

Scrape Ethereum smart contracts (including source code) through the Etherscan API.

Uses as input a list of addresses stored in a JSON file. The output is written to three files with the extensions: .sol, .json, and .jsonl

The output JSON file is converted into JSONL with the help of the JQ command:
sudo apt install jq

With JSONL data you could do a manual table creation in BigQuery. If successful, BigQuery should auto-detect the schema. To manually create a table with multiple rows, upload your files to Storage and import in bulk using *

About

Scrape Ethereum smart contracts (including source code) through the Etherscan API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages