-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Fabric CLI chart #16
Comments
Good point @alexvicegrab . |
Hi @nicolapaoli, I have tried installing the GO chaincode from the peer by the following command. and getting this error - error getting chaincode code mycc: command : failed with error: "exec: "go": executable file not found in $PATH" You tried installing GO lang chaincode ? Can you please share how u tried it when it worked? |
@nicolapaoli I have tried installing the nodejs chaincode from the peer itself and it worked fine, |
Ideally, we would like to have a CLI chart similar to the CLI container in the Fabric tutorial, to run commands against the different peers and keep the admin crypto material separate from the peers themselves.
The text was updated successfully, but these errors were encountered: