• 1) Add a peer to existing organization
    • 'crypto-config.yaml'를 기반으로 생성한 해당 peer에 organization에 'MSP 인증서'를,
    • 'configtx.yaml'에 지정하고~ 이것을 기반으로 genesis.block이 생성 되었다.
    • 해당 peer에 organization에 'MSP 인증서' 가지고 -> peer를 띄운 뒤 -> "peer channel join" 하면 됨!
  • 2) Create a channel
    • 'channel.tx'
    • ...
  • 3) Add an org to a channel
    • Adding an Org to a Channel : https://hyperledger-fabric.readthedocs.io/en/release-1.4/channel_update_tutorial.html
    • 음...
  • 4) Update channel configuration
    • Updating a Channel Configuration : https://hyperledger-fabric.readthedocs.io/en/release-1.4/config_update.html
    • Channel Configuration (configtx) : https://hyperledger-fabric.readthedocs.io/en/release-1.4/configtx.html
    • 음...
  • 5) Update a Hyperledger Fabric Instance
    • Upgrading Your Network Components : https://hyperledger-fabric.readthedocs.io/en/release-1.4/upgrading_your_network_tutorial.html
    • Upgrading to the Newest Version of Fabric : https://hyperledger-fabric.readthedocs.io/en/release-1.4/upgrade_to_newest_version.html

-끝-

+ Recent posts