sindelio / hyperledger-fabric-traceability-framework

Supply chain framework built on top of Hyperledger Fabric.
MIT License
28 stars 10 forks source link

Cryptogen tool not found #19

Open aguskrisnaw opened 3 years ago

aguskrisnaw commented 3 years ago

I got an error when do ./networks generate. the error message is "cryptogen tool not found". is there any configuration that i must do?

sindelio commented 3 years ago

cryptogen was not found, you should take a closer look at that. I'd recommend reading the docs on Hyperledger Fabric, and tearing everything down to start from scratch. Sorry I can't be of much help, have a job and other projects. Best of luck!

On Wed, Jun 9, 2021 at 11:02 AM aguskrisnaw @.***> wrote:

I got an error when do ./networks generate. the error message is "cryptogen tool not found". is there any configuration that i must do?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sindelio/hyperledger-fabric-traceability-framework/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AERJ745DKZTDVP5VTPGTAA3TR5YALANCNFSM46MDPHSQ .

ufuf commented 3 years ago

@aguskrisnaw you should add fabric bin folder to your path system path. Like this: export PATH=$PATH:/home/ubuntu/go/fabric-samples/bin