Stars
Airmed Foundation's IPFS + Hyperledger Fabric web client
为解决传统数字版权中心化引起的一系列易篡改、效率低、不透明的问题,本文按 照软件工程的方法和流程进行分析和设计,实现了一个基于区块链存储的版权管理系 统,利用区块链网络的 P2P 结构实现了去中心化,无需通过版权机构,即可保证版权 信息的安全。利用节点间交易生成交易哈希作为数字作品的指纹,由于哈希运算解密困 难,可以保证不可篡改。并且打上时间戳,确保区块信息可溯源。为版权持有者自我维 权提供…
Source code for the ICDCS 2022 paper "Dissecting the Performance of Chained-BFT"
Narwhal and Tusk: A DAG-based Mempool and Efficient BFT Consensus.
yylluu / narwhal
Forked from facebookresearch/narwhalNarwhal and Tusk: A DAG-based Mempool and Efficient BFT Consensus.
yylluu / go-hotstuff
Forked from dshulyak/go-hotstuffPlaying around with HotStuff BFT consensus protocol.
Prototype implementations of consensus protocols
Concord byzantine fault tolerant state machine replication library
1. Implementation of PBFT in python. 2.Clustering the miners on the basis of distance. 3.Using ML to optimise the number of clusters to get the minimum number of commits