“orderer system channel is not defined” error after a Hyperledger Fabric 2.5 cluster reboot
I am getting this error after a cluster reboot (Kubernetes on Azure) in a working HLF 2.5 network (deployed with Hyperledger Bevel):
HyperLedger Fabric for a crowd-sourced question/answer consensus network?
I’m building an application that allows users to compare shared memories they’ve experienced against other users and arrive at a consensus on which memories were truly experienced. I need to work with trust scores and verification, and I need a modifiable program so I can protect against Sybil attacks in my own way. I know nothing about Hyperledger besides what was given to me by ChatGPT, which is some very cursory info, so I was just wondering whether a thing like this is feasible and implementable in HyperLedger Fabric.
Deploying Hyperledger : configtxgen issue
I am building a hyperledger fabric from scratch , I took most of the commands from https://github.com/feitnomore/hyperledger-fabric-kubernetes/blob/master/README.md but I am using image docker.io/hyperledger/fabric-tools:2.5.7 for the container.