BigChainDB

Private blockchains Vs Hashgraph, Ripple, BigChainDb

ぃ、小莉子 提交于 2019-12-09 16:48:43
问题 I have been investigating different blockchains for some use cases. In the end, I came to the conclusion that setting up a private blockchain is equivalent to having a distributed database with blockchain concepts like immutability, digital signatures on top of it. Eg: Bigchaindb. (Well, If we do need smart contract feature then distributed database might not work) Theoretically, hashgraph consensus algorithm doesn't look secure enough for a public chain. It looks like a close alternate

如何在基于Bytom开发过程中使用Bigchaindb

心不动则不痛 提交于 2019-12-05 19:41:24
上期我们讲了在基于比原开发过程中链外存储可以用分布式存储IPFS,这期我们还给大家介绍另外一种链外存储的解决方案。bigchaindb: https://www.bigchaindb.com ,下面我们讲一下集成过程。 step1:搭建Bytom节点 比原相关资料: https://github.com/Bytom-Community/Bytom_Docs 搭建bytom节点有很多方式,然后开启RPC调用模式。这里推荐用docker搭建比原节点: docker搭建比原节点 ,同时开启RPC访问模式(即终端交互模式)。 我这里都是在本地操作,所以对应的端口是:9888。启动好以后我们在postman里请求测试一下,如下图: 说明我们已经搭建好了比原节点,并且可以进行远程调用。下面我们用程序去调用比原节点: step2:搭建bigchaindb节点集群 BigchainDB是集区块链去中介化等特性和分布式数据库吞吐量高等特性的一款可扩展的区块链数据库。代码托管在github上: https://github.com/bigchaindb/bigchaindb BigchainDB官网是: https://www.bigchaindb.com 官网有很多资料,是学习BigchinDB的不二去处! 要想深入研究BigchianDB,可以阅读BigchainDB白皮书《BigchainDB