hungbang / how-to-publish-certificate-on-a-hyperledger

0 stars 0 forks source link

Error when run `./byfn.sh generate` : cryptogen tool not found. exiting #1

Open hungbang opened 5 years ago

hungbang commented 5 years ago

Step to solved :

  1. curl -sSL https://goo.gl/6wtTN5 | bash -s 1.1.0 1.1.0 0.4.6
hungbang commented 5 years ago

Step1: cd fabric-samples

Step2:

curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/v1.0.5/scripts/bootstrap.sh | bash -s 1.0.5

Step3: cd fabric-samples/first-network

Step4: ./byfn.sh -m generate

You will see a brief description as to what will occur, along with a yes/no command line prompt. Respond with a y or hit the return key to execute the described action.