blockchainpy
Part 1
Python的区块链的实现非常最小。请注意,这绝不是在实际情况下使用的,此处使用的代码仅用于教育目的。
查看代码
安装要求
pipenv install
使用以下方式启动服务器
pipenv run python -m flask run
访问http:// localhost/apidocs
该代码已由测试涵盖,要运行测试,请执行
pipenv run python -m unittest