minifabric
minifabric copied to clipboard
Do fabric network the right and easy way.
I used the command: ``` ./minifab up -i 2.4.3 ``` The startup sequence failed pretty early on: ``` Using default spec file Minifab Execution Context: FABRIC_RELEASE=2.4.3 CHANNEL_NAME=mychannel PEER_DATABASE_TYPE=golevel CHAINCODE_LANGUAGE=go CHAINCODE_NAME=simple...
Hi, I am trying to set the following up: Server A - ordering org (ca + 3 ordering peers) Server B - org1 (ca + 1 peer) Server C -...
Hi,  I'm looking for assistance, please. I'm trying to build my own minifabric network and I'm using my own spec.yaml file which is shown below. While I'm...
Good morning, I have an issue with Minifabric and I need to be able to resolve it. I have the following infrastructure generated on two different computers: --> Computer 1:...
For three days I haven't been able to download Minifabric with the Getting Started guide since Tinyurl might have been attacked or has its certificates removed. Accessing the page locally...
Hello, When I write ./minifab up I get this error. failed to invoke backing implementation of 'InstallChaincode': could not build chaincode ``` Minifab Execution Context: FABRIC_RELEASE=2.3.0 CHANNEL_NAME=mychannel PEER_DATABASE_TYPE=golevel CHAINCODE_LANGUAGE=go CHAINCODE_NAME=simple...
jar files on peers do not contains resource files. I have used a Maven project that is successfully compiled and packaged on a local environment and also on container hyperledger/fabric-tools:2.3.0...
`Minifab Execution Context: FABRIC_RELEASE=2.3.0 CHANNEL_NAME=mychannel PEER_DATABASE_TYPE=golevel CHAINCODE_LANGUAGE=go CHAINCODE_NAME=simple CHAINCODE_VERSION=1.0 CHAINCODE_INIT_REQUIRED=true CHAINCODE_PARAMETERS="init","a","200","b","300" CHAINCODE_PRIVATE=false CHAINCODE_POLICY= TRANSIENT_DATA= BLOCK_NUMBER=newest EXPOSE_ENDPOINTS=true CURRENT_ORG=service.payment.net HOST_ADDRESSES=172.31.25.31 WORKING_DIRECTORY: /home/ubuntu/minifabric` `Preparing for the following operations: ********************* verify options, download images,...
Hi all , I am facing this issue while running minifab apprun command in the terminal . Do you guys have any idea over this issue , why it is...