上传者: 42127783
|
上传时间: 2021-12-20 23:48:02
|
文件大小: 600KB
|
文件类型: -
以太坊ETL
以太坊ETL可让您将区块链数据转换为方便的格式,例如CSV和关系数据库。
您是否只想立即查询以太坊数据? 使用的。
。
快速开始
安装以太坊ETL:
pip3 install ethereum-etl
导出块和事务( , ):
> ethereumetl export_blocks_and_transactions --start-block 0 --end-block 500000 \
--blocks-output blocks.csv --transactions-output transactions.csv \
--provider-uri https:/