使用Python实现了区块链的DPOS和POW共识算法,并使用Flask框架编写了API接口
Go to file
2024-05-29 18:44:29 +08:00
DPOS DPOS 共识算法API接口实现 2024-05-29 18:34:36 +08:00
POW POW 共识算法API接口实现 2024-05-29 18:34:26 +08:00
.gitignore 忽略 .idea 文件夹 2024-05-29 18:33:30 +08:00
LICENSE Initial commit 2024-05-29 10:11:46 +00:00
README.md Initial commit 2024-05-29 10:11:46 +00:00
requirements.txt 添加项目依赖 2024-05-29 18:44:29 +08:00

BlockchainConsensusAlgorithm

使用Python实现了区块链的DPOS和POW共识算法并使用Flask框架编写了API接口