You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage of gateway:
-cert string
The user's public key for calling the chaincode. (default "user.cert") -chaincode string The chaincode ID of the chaincode. (default "management") -channel string The channel ID on which the chaincode is running. -key string The user's private key for calling the chaincode. (default "user.key")
-org string
The Fabric organization name.
-port string
The TCP port on which the gateway will run. (default "8080")
-profile string
The Fabric connection profile. (default "connection-profile.yaml")