文件名称:blockchain
文件大小:179KB
文件格式:ZIP
更新时间:2024-04-14 05:23:26
Python
python_blockchain_app 一个简单的教程,用于在Python中从头开始开发区块链应用程序。 什么是区块链? 如何实施? 以及它是如何工作的? 请阅读以获取答案:) 运行说明 克隆项目, $ git clone https://github.com/satwikkansal/python_blockchain_app.git 安装依赖项 $ cd python_blockchain_app $ pip install -r requirements.txt 启动一个区块链节点服务器, # Windows users can follow this: https://flask.palletsprojects.com/en/1.1.x/cli/#application-discovery $ export FLASK_APP=node_server.py $ fl
【文件预览】:
blockchain-master
----.gitignore(15B)
----README.md(3KB)
----screenshots()
--------3.png(87KB)
--------1.png(21KB)
--------2.png(67KB)
----app()
--------__init__.py(69B)
--------views.py(2KB)
--------templates()
----requirements.txt(25B)
----node_server.py(10KB)
----run_app.py(42B)