Relative Content

Tag Archive for hyperledger-fabrichyperledger

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.