Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始实现 bigchainDB。我从这里开始遵循教程
我已经设置了两个运行 bighchainDB 服务器的节点以及运行 mongoDB。我已将节点 ID 和节点地址添加到每个配置中,以便它们可以连接。我能够在每个节点上创建事务。所以我的问题如下
BigchainDB 节点使用 Tendermint P2P 协议相互通信。共识是 Tendermint 共识。为了更好地理解这些,这里有一些起点:
另外,请忽略 BigchainDB Server 版本早于 2.0.0x 的旧文档。