microfab
microfab copied to clipboard
Microfab is a containerized Hyperledger Fabric runtime for use in development environments
https://github.com/hyperledger-labs/microfab/blob/main/docs/Tutorial.md has instructions that no longer work curl -sSL https://github.com/hyperledger-labs/microfab/releases/download/v0.0.18/microfab-linux-amd64 -o microfab (/releases no longer exists ... not sure how to replace it?)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...
Loaded 0.0.11 version image in IBM-Blockchain/blockchain-vscode-extension. Ubuntu 20.04. Error connecting to environment 1 Org Local Fabric: Error querying channels: Could not get all channel names, received: Failed to connect before...
Can you help clarify if microfab supports Macbook M1. I downloaded microfab-arm64 and microfab-amd64, both show errors as follows. Execution error ``` nickxie@Nings-MacBook-Pro microfab % ./microfab-amd64 zsh: exec format error:...
Hi, I just did the 2 steps of the video. ``` export MICROFAB_CONFIG=$(cat microfab.json) docker run -it -p 8443:8443 -e MICROFAB_CONFIG ibmcom/ibp-microfab ``` It deploys microfabric in docker but i...
The hostnames returned by service discovery are all `localhost:2xxx` instead of the external `*.nip.io` hostnames, which means that you cannot use service discovery to interact with the created network. `2023-03-10T09:55:39.398Z...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. Commits 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning 39940ad html: parse comments per HTML spec...
Configuration: ```json { "tls": { "enabled": false }, "ordering_organizations": { "name": "Orderer" }, "endorsing_organizations":[ { "name": "Org1" }, { "name": "Org2" } ], "channels":[ { "name": "mychannel", "endorsing_organizations":[ "Org1", "Org2"...
Signed-off-by: Matthew B White
- Add config settings and fix download links Signed-off-by: jin