a collection of open source crypto datasets for researchers and tool builders
See the codeThe Paradigm Data Portal is a collection of open source crypto datasets for researchers and tool builders
ethereum_contracts: all historical contract deploymentsethereum_native_transfers: all native transfers in similar format to ERC20 Transfers (excluding tx fees)ethereum_slots: all slots of each contract, including historical usage metadataAll datasets are released under a CC0 license into the public domain unless otherwise noted.
pdppdp is a CLI tool that can be used to obtain and manage PDP datasets
To install: pip install paradigm-data-portal
pdp lspdp ls <dataset_name>pdp download <dataset_name>Each command has multiple options, view help with pdp <command> -h
Every dataset has a version in <major>.<minor>.<patch> format, e.g. 1.2.8
Updates will be documented in dataset changelogs
59 commits
Python
55.9%
Jupyter Notebook
44.1%
a collection of open source crypto datasets for researchers and tool builders
See the codeThe Paradigm Data Portal is a collection of open source crypto datasets for researchers and tool builders
ethereum_contracts: all historical contract deploymentsethereum_native_transfers: all native transfers in similar format to ERC20 Transfers (excluding tx fees)ethereum_slots: all slots of each contract, including historical usage metadataAll datasets are released under a CC0 license into the public domain unless otherwise noted.
pdppdp is a CLI tool that can be used to obtain and manage PDP datasets
To install: pip install paradigm-data-portal
pdp lspdp ls <dataset_name>pdp download <dataset_name>Each command has multiple options, view help with pdp <command> -h
Every dataset has a version in <major>.<minor>.<patch> format, e.g. 1.2.8
Updates will be documented in dataset changelogs
59 commits
Python
55.9%
Jupyter Notebook
44.1%