Jakub Dzikowski
Jakub Dzikowski
From the Fablo perspective, it should work the same way, you just need to provide proper chaincode language in Fablo config file. Then, you need to build and run chaincode...
Consider Fablo REST
Right now we don't support it. For now we don't have a certificate chain at all -- all certs are generated by `cryptogen` command. We have an issue to get...
Sorry, we don't have a support for that. We only support starting network on Docker on a single host. We are working on support for Kubernetes Operators, which will be...
+1 and I have another example: Private/public key signing. I need to sign my JSON payload with private key and verify the signature with public key. Thus I need to...
I managed to reduce connection leak by doing two things (both): 1. closing endorsers connections specified in connection profile just after gateway connects 2. manually closing discovery service connection at...
Yes! You can use `./fablo-build.sh` which builds local docker image with fablo distribution, and then use the Fablo script from source code `./fablo.sh init`, `./fablo.sh up` etc. Also, once you're...
To be honest, it's been a while and I guess it's just no longer relevant. I'll sort it out.
Long story short we use `jq` to detect which version of `fabric-shim` the chaincode uses. Depending on the version of `fabric-shim` we are able to recommend node version to use:...
Unfortunately no. Right now we don't support many changes when the Fablo network is running. You can configure orgs, channels, chaincodes etc. before the network is started. I extended the...