Questions tagged [hyperledger]

Hyperledger is an open source collaborative effort created to advance cross-industry blockchain technologies. It is a global collaboration, hosted by The Linux Foundation, including leaders in finance, banking, IoT, supply chain, manufacturing and technology.

Hyperledger is an open source collaborative effort created to advance cross-industry blockchain technologies. It is a global collaboration, hosted by The Linux Foundation, including leaders in finance, banking, IoT, supply chain, manufacturing and technology. (https://www.hyperledger.org/)

Code and documentation is available at: https://github.com/hyperledger

3942 questions
46
votes
9 answers

Difference between various blockchain protocols

As the developers are constantly using different network protocols of blockchain such as Hyperledger, multichain, Ethereum, Corda, and others. Community will appreciate if the developers & blockchain enthusiasts can pour in some key differences…
Saurabh
  • 1,249
  • 2
  • 13
  • 14
37
votes
4 answers

What's the difference between Hyperledger Fabric and Sawtooth?

Both Hyperledger Fabric and Hyperledger Sawtooth are platforms for building distributed ledger applications, supporting pluggable consensus mechanisms and smart contracts (chaincodes). What are the main differences between then? When to choose one…
Joaquim Oliveira
  • 1,208
  • 2
  • 16
  • 29
35
votes
8 answers

Difference between hyperledger composer and hyperledger fabric?

I am java developer and new to hyperledger. I am interested in learning it and need to know where to start . fabric vs composer?
31
votes
4 answers

PBFT algorithm in hyperledger

Can anyone explain PBFT Algorithm in detail without giving any link for the same? And how it works in hyperledger. So, once the transaction is sent to the blockchain: Who validates the transaction? How the consensus is achieved on the…
Saurabh
  • 1,249
  • 2
  • 13
  • 14
26
votes
2 answers

Where do smart contracts reside in blockchain (Ethereum or Hyperledger)

So, let us consider a typical trade finance process flow. Exporter deploys a contract that has conditions of the shipment and a hash is generated once the deployment is finished. Questions: 1) Where is the contract stored? 2) How other…
Saurabh
  • 1,249
  • 2
  • 13
  • 14
25
votes
4 answers

What is the difference between MSP and Fabric CA?

Is Fabric CA an implementation of MSP? Is an MSP useless by itself? What are the functions of the MSP and Fabric CA? And differences in those functions?
Jeff
  • 833
  • 1
  • 8
  • 17
23
votes
5 answers

peer channel creation fails in Hyperledger Fabric

I am trying to set up a sample hyperledger fabric environment with an orderer and 2 peers. I am not using docker approach instead I am running the actual executable itself. Orderer and 2 peer nodes started successfully. However, channel creation…
sun
  • 426
  • 2
  • 4
  • 10
20
votes
3 answers

What exactly Membership Service Provider (MSP) is in Hyperledger Fabric?

While reading the documentation on Hyperledger Fabric I couldn't understand what MSP is. It is really unclear to me what an MSP exactly is and how it differs from CA? What I understand is CA issue certificates and MSP says which of these are valid…
Adelin
  • 18,144
  • 26
  • 115
  • 175
15
votes
8 answers

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? inside a Dockerfile

I have the following Dockerfile: FROM ubuntu ENV NPM_CONFIG_LOGLEVEL warn ENV admin_user="PeerAdmin" network_name=$1 version=$2 hversion=hlfv1 fabrik_path=/fabric-tools project_dir=$(pwd) ENV card_store_dir=$project_dir/.card-store…
15
votes
3 answers

How does "Coffee with Blockchain" match growers to buyers?

In the "Coffee with Blockchain" app produced by IBM it performs price matching between Growers and Buyers. I'm wondering how that matching would be implemented (either in the example app or in an actual implementation). Example of the app can be…
Rob Olmos
  • 2,372
  • 15
  • 24
15
votes
4 answers

Understanding Various Certificates in Hyperledger fabric

Hello I am tryin to use hyperledger fabric for a block chain implementation. I did the first-network demo and found lot of certificates in it. I have tried arranging them hierarchically in below picture. I Have some questions related to them Why…
Katiyman
  • 827
  • 2
  • 12
  • 32
14
votes
8 answers

ERROR: manifest for hyperledger/fabric-orderer:latest not found

I am trying to start up network using following command ./network_setup.sh up channel After running this command I am receiving this errro ERROR: manifest for hyperledger/fabric-orderer:latest not found How I can remove this error?please help me
13
votes
3 answers

how certificates get derived from the real fabric-ca-server certificate in hfc-key-store in hyperledger?

I'd like to explain what I understand correctly first and if I'm right, please tell me the truth and if I'm mistaken, tell me also that I'm mistaken. My explanation is about how hyperledger network and node sdk works together and how node sdk…
13
votes
1 answer

Meaning of EnableNodeOUs in crypto-config.yaml?

Just wondering what the flag EnableNodeOUs means in crypto-config.yaml? eg: PeerOrgs: # --------------------------------------------------------------------------- # Org1 #…
Simon Mullaney
  • 447
  • 2
  • 5
  • 21
13
votes
5 answers

Error: Cannot find module 'fabric-client'

After normal run the ./startFabric.sh(it shows as follow ): 2017-07-21 07:47:37.477 UTC [chaincodeCmd] chaincodeInvokeOrQuery -> INFO 00a Chaincode invoke successful. result: status:200 2017-07-21 07:47:37.477 UTC [main] main -> INFO 00b…
季谢尔
  • 185
  • 2
  • 2
  • 11
1
2 3
99 100