Hyperledger fabric v1 network of physical layers -


how setup hyperledger fabric v1 network on physical peers instead of docker peers?

you can take @ https://github.com/yacovm/fabricdeployment deploys automatically linux virtual machines / physical hosts:

  • a few peers, according configuration
  • a solo orderer
  • everything tls
  • creates channel , installs , invokes example02 chaincode sanity testing

Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -