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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -