簡體   English   中英

如何使用 nodejs SDK 為超級賬本結構網絡添加新組織

[英]How to add new organization using nodejs SDK for hyperledger fabric network

我是 Hyperledger Fabric 的新手。

我需要了解如何使用 nodejs sdk 將新組織添加到超級賬本結構網絡。

TIA。

問候, Heero 旁遮普語

將新組織添加到現有的 Hyperledger Fabric 網絡對於新手(不是任何人)來說都不是一件容易的事。

這是一個很好的例子: https://medium.com/@kctheservant/add-a-new-organization-on-existing-hyperledger-fabric-network-2c9e303955b2

The process is based on configtxlator tool ( https://hyperledger-fabric.readthedocs.io/en/release-1.4/commands/configtxlator.html ), not in the Node SDK, but you can replace peer channel commands with Node SDK routines如果你願意( https://fabric-sdk-node.github.io/Channel.html )。

可能您使用 CA 而不是cryptogen ,這使得該過程有點令人厭煩。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM