区块链研究

时间:2024-03-07 18:34:53
【文件属性】:

文件名称:区块链研究

文件大小:1.08MB

文件格式:ZIP

更新时间:2024-03-07 18:34:53

Python

区块链研究 用法 将包含源代码和解决方案的.zip文件解压缩到本地计算机,或者打开cmd / terminal并导航到您要保存文件的目录,然后将Git存储库克隆到该目录: git clone https://github.com/ads91/blockchain_research.git 确保在计算机上安装了Python 3。 requirements.txt文件包含此分析中已使用的必需Python库。 这些可以通过cmd / terminal中的pip安装,导航到blockchain_research目录并通过pip安装软件包: python3 -m pip install -r requirements.txt config.py文件概述了用于运行分析的一些配置项。 这些项目如下: inputs> fname :包含要对其运行模型的区块链交易的文件的名称, 输入>地址:要分析的


【文件预览】:
blockchain_research-master
----inputs()
--------transactions.csv(964KB)
----test_main.py(3KB)
----main.py(3KB)
----requirements.txt(17B)
----config.json(245B)
----README.md(4KB)
----outputs()
--------cluster_net_flows.csv(98KB)
--------running_balance.csv(4KB)
--------common_owner_heuristic.csv(944KB)
--------cluster_running_balance.csv(4KB)
--------running_balance_chart.png(37KB)

网友评论