Open flatorre1 opened 1 year ago
it works just removing the line
"capability_level": "V2_5"
and setting the port to 8080 instead of 8443, as appears in the fabric-2.4 branch: https://github.com/hyperledger-labs/microfab/tree/fabric-2.4#configuration
So, the "Configuration" section as it appears in the video should appear like this in the README.md file:
export MICROFAB_CONFIG='{
"endorsing_organizations": [
{
"name": "org1"
},
{
"name": "org2"
}
],
"channels": [
{
"name": "mychannel",
"endorsing_organizations": [
"org1"
]
},
{
"name": "appchannel",
"endorsing_organizations": [
"org1",
"org2"
]
}
]
}'
docker run -it -p 8080:8080 -e MICROFAB_CONFIG ibmcom/ibp-microfab
Hi, I just did the 2 steps of the video.
It deploys microfabric in docker but i receive this error message:
I can see the peers are version 2.4.6 and the HF version is 2.5, but i don't know if it is be the problem or not.
The microfab.json file:
The logs: