简体   繁体   English

如何将数据从正在运行的 hyperledgerfabric 区块链传输到新的 hyperledgerfabric 区块链?

[英]How can I transfer data from running hyperledgerfabric blockchain to new hyperledgerFabric blockchain?

我正在运行 hyperLedgerFabric 区块链网络,我想将数据传输到新的 hyperLedgerFabric 区块链

You can write a client application that uses the block event service to read all the blocks from the first chain, iterate over the transaction write sets within each block, and for each submit a transaction to the new chain.您可以编写一个客户端应用程序,该应用程序使用块事件服务从第一个链中读取所有块,迭代每个块内的事务写入集,并为每个向新链提交一个事务。 See the block event service sample that iterates over all transactions.请参阅迭代所有事务的块事件服务示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM