如何开始用区块链实现安全的多方计算

How to start realising secure multi party computation with blockchain

我想用区块链实现一些安全的多方算法。简单的东西,例如:Bob 正在向 alice 发送一个值,alice 正在添加 5,最后每个人都会得到结果...

我发现了很多区块链框架,但我认为 Hyperledger 最能满足我的需求。

我可以使用 Hyperledger Composer 还是 Fabric 是更好的选择? Composer 是在 Fabric 上构建的吗?但是 Composer 似乎更容易使用?我能否以任何方式可视化我的区块链?

查看此线程 -> and this one -> 了解更多信息。

Hyperledger Fabric(管理 endorsement/consensus 智能合约的区块链)旨在满足您的场景以及写入区块链分类帐的内容、需要根据政策验证它的人员等。这个介绍 -> https://hyperledger.github.io/composer/latest/introduction/introduction.html should help you and this tutorial will compare Fabric and Composer as the means to develop your blockchain applications / smart contracts, especially the integration aspects that are needed by organisations -> https://blog.selman.org/2017/07/08/getting-started-with-blockchain-development/