使用Python实现了区块链的DPOS和POW共识算法,并使用Flask框架编写了API接口
Go to file
2024-05-29 18:31:49 +08:00
DPOS initial commit 2024-05-29 18:14:15 +08:00
POW initial commit 2024-05-29 18:14:15 +08:00
.gitignore Initial commit 2024-05-29 10:11:46 +00:00
LICENSE Initial commit 2024-05-29 10:11:46 +00:00
README.md Initial commit 2024-05-29 10:11:46 +00:00

BlockchainConsensusAlgorithm

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