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
image: docker image name with tag. If no tag set, latest is used.
Either package or image is set.
peers: a list of peers where the chaincode is installed. What are the default peers?
Does it make sense to also define a set of "client nodes" equipped with the crypto material to run peer commands or deploy a fabric client sdk application?
What about setting FABRIC_LOGGING_SPEC for each peer or for all?
Oh and could we override certain keys in the core.yaml of a peer and the orderer.yaml?
What about enabling Idemix?
WDYT?
The text was updated successfully, but these errors were encountered:
The current sail syntax is nice ... here a few additional options I would find useful. Dumping my ideas here ...
image
: docker image name with tag. If no tag set,latest
is used.Either
package
orimage
is set.peers
: a list of peers where the chaincode is installed. What are the default peers?Does it make sense to also define a set of "client nodes" equipped with the crypto material to run
peer
commands or deploy a fabric client sdk application?What about setting
FABRIC_LOGGING_SPEC
for each peer or for all?Oh and could we override certain keys in the
core.yaml
of a peer and theorderer.yaml
?What about enabling Idemix?
WDYT?
The text was updated successfully, but these errors were encountered: