Most voted questions in Blockchain

0 votes
1 answer

What if I change Chaincode state in invokeChaincode?

The chaincode state is not changed when ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
793 views
0 votes
1 answer

What is transientMap in node.js and getTransient in chaincode?

TransientMap: TransientMap  contains data that might be used to ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
1,112 views
0 votes
1 answer

Will blockchain be feasible in future when the ledgers will be of a larger size?

I read this post "Blockchains don’t scale. ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
424 views
0 votes
1 answer

How to write a program to get details of ERC tokens?

You can use Javascript with the Metamask ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
727 views
0 votes
1 answer

What is the max number of participants,assets and transactions?

Yes, there will be limits.. But the ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
640 views
0 votes
1 answer

How to solve "Failed to deserialize creator identity error"?

It seems like the problem is caused ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
1,424 views
0 votes
1 answer

What is CA (Authority) in Hyperledger Fabric?

Hyperledger fabric includes a modular Certificate Authority ...READ MORE

Jul 12, 2018 in Blockchain by shweta
• 440 points
967 views
0 votes
1 answer

Error while Querying System Chaincode.

Do not interact directly with the ledger.. ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
619 views
0 votes
1 answer

Getting error when i execute ./byfn.sh -m up command.

The error is caused because you're trying ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
846 views
0 votes
10 answers

How to solve gradle build failed error?

I migrated the project to a different ...READ MORE

Dec 7, 2018 in Blockchain by Rajat
47,362 views
0 votes
1 answer

How to create a Genesis Block in a Private Network?

{     "nonce": "0x0000000000000042",     "difficulty": "0x000000100",     "alloc": {     },     "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",     "coinbase": "0x0000000000000000000000000000000000000000",     "timestamp": "0x00",     "parentHash": ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
1,809 views
0 votes
1 answer

What is the format for crypto-config.yaml and configtx.yaml in Hyperledger Fabric?

You can find the details you want ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,255 views
0 votes
1 answer

How to avoid Ethereum Token Name redundancy?

I dont think you can do anything ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
456 views
0 votes
1 answer

Error while running curl command in Docker Quickstart Terminal

You can get the new version of ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,553 views
0 votes
1 answer

How to use real world/live data in my smart contract?

You cant access/embed real world data using ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
904 views
0 votes
1 answer

'ppa:ethereum' error while installing ethereum on ubuntu

First try: sudo apt-get install --reinstall ca-certificates If ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,663 views
0 votes
2 answers

What is the difference between full node and partial node?

We need different types of nodes to ...READ MORE

May 31, 2019 in Blockchain by Sourav kumar
5,074 views
0 votes
1 answer

How Hyperledger projects are different from each other?

Hyperledger includes a range of business Blockchain ...READ MORE

Jul 12, 2018 in Blockchain by shweta
• 440 points
572 views
0 votes
1 answer

What are the differences between chain and state database in hyperledger fabric?

There are two place which "store" data ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
1,924 views
0 votes
1 answer

How do I access the github repository for deploying blockchain on bluemix?

You start with creating a new project. ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
540 views
0 votes
1 answer

Not being able to deploy blockchain demo app on bluemix

The car lease demo's "Deploy to Bluemix" ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
495 views
0 votes
1 answer

How can I access the details of a given address from a blockchain?

There are two ways to actually do ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
688 views
0 votes
1 answer

How can I create multiple connection profiles and multiple nodes in hyperledger composer?

 If you want to learn more about ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
819 views
0 votes
1 answer

How can I retrieve to and from address in transaction directly from blockchain?

The spending conditions, i.e., who is able ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
1,028 views
0 votes
1 answer

Include real world data in smart contract

What you are looking for is an ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
798 views
0 votes
1 answer

How do I ensure that the token name is not redundant?

From my experience no, the trick is ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
310 views
0 votes
1 answer

Where are the transaction details of a smart contract is written in Ethereum?

First ques:where in the blockchain is a ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
624 views
0 votes
1 answer

What exactly is BigChainDB?

Technically, BigChainDB internally uses RethinkDB as a ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
845 views
0 votes
1 answer

How to connect javascript to solidity/ethereum?

You can connect javascript to solidity by ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
1,161 views
0 votes
1 answer

Can cryptocurrency work without blockchain technology?

Cryptocurrency do not compulsorily require blockchain.. What ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
415 views
0 votes
1 answer

How to update data in Corda?

Yes, in corda you can store data ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
789 views
0 votes
1 answer

How to monitor Ethereum private network?

geth should be started with --metrics. try the ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
1,340 views
0 votes
1 answer

How to solve EACCES:permission denied error in Hyperledger Composer?

It seems like there is no required ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
2,095 views
0 votes
1 answer

How to use Rest API support in local development environment?

Rest API is not available for Hyperledger ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
691 views
0 votes
1 answer

WireTransaction type mismatch in Corda.

On M14. checkSignature should take a DigitalSignature.WithKey.. ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
385 views
0 votes
1 answer

Why is Nubits faster than Bitcoin?

Different implementation of blockchain can have different ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
423 views
0 votes
1 answer

What is the maximum number of nodes in corda?

No, there is no restriction of he ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
1,002 views
0 votes
1 answer

How to transact custom token instead of ethers using JSON rpc?

First create your custom token. Then develop ...READ MORE

Jul 10, 2018 in Blockchain by digger
• 26,740 points
881 views
0 votes
1 answer

IBM Container Service blockchain deployment error.

This error might be caused because of ...READ MORE

Jul 10, 2018 in Blockchain by digger
• 26,740 points
545 views
0 votes
1 answer

How to add peers on a running Hyperledger Fabric?

You can not use configtxlator tool for ...READ MORE

Jul 10, 2018 in Blockchain by slayer
• 29,350 points
795 views
0 votes
1 answer

How to control visibility of assets in Hyperledger Fabric?

you can use proof of Authority consensus ...READ MORE

Jul 10, 2018 in Blockchain by digger
• 26,740 points
636 views
0 votes
1 answer

why are permissions not stored in blockchain?

When a channel is created, the configurations ...READ MORE

Jul 10, 2018 in Blockchain by slayer
• 29,350 points
458 views
0 votes
1 answer

How to develop peer to peer network in hyperledger fabric?

There are two ways you can do ...READ MORE

Jul 10, 2018 in Blockchain by digger
• 26,740 points
1,223 views
0 votes
1 answer

How to create users on hyperledger and how to assign policies to the created users?

First the users need to establish identity ...READ MORE

Jul 10, 2018 in Blockchain by slayer
• 29,350 points
1,606 views
0 votes
2 answers

How to use multiple anchor peers in an organization?

To use multiple anchor peers, you need ...READ MORE

Jul 10, 2018 in Blockchain by digger
• 26,740 points
2,650 views
0 votes
1 answer

how to learn writing java code for Hyperledger Fabric?

You can learning writing java codes for ...READ MORE

Jul 10, 2018 in Blockchain by slayer
• 29,350 points
897 views
0 votes
1 answer

How i can use nodejs to watch transactions in bitcoin network?

you can use  const Socket = require('blockchain.info/Socket'); const mySocket ...READ MORE

Jul 9, 2018 in Blockchain by digger
• 26,740 points
1,040 views
0 votes
1 answer

How to upload data from PC or sensors to blockchain?

you can do it by writing a ...READ MORE

Jul 9, 2018 in Blockchain by slayer
• 29,350 points
934 views
0 votes
1 answer

how to get modification history of asset?

You can use GetHistoryForKey() API as shown ...READ MORE

Jul 9, 2018 in Blockchain by digger
• 26,740 points
1,295 views
0 votes
1 answer

How to solve Runtime error when querying Hyperledger?

OCI is open container initiative.. The error ...READ MORE

Jul 9, 2018 in Blockchain by slayer
• 29,350 points
777 views