Latest questions in Blockchain

+1 vote
1 answer

What are the key functional differences between Hyperledger Composer and Fabric Javascript SDK?

Hyperledger Composer is an application development framework ...READ MORE

Apr 11, 2018 in Blockchain by Perry
• 17,100 points
1,369 views
+1 vote
1 answer

How do i generate corda nodes keystores in dev mode?

In Corda, the node will look into ...READ MORE

Apr 11, 2018 in Blockchain by Perry
• 17,100 points
1,364 views
+2 votes
3 answers

Can multi-channels be supported by Hyperledger in one peer?

Yes you can run  multiple chains on ...READ MORE

Apr 11, 2018 in Blockchain by Perry
• 17,100 points
2,520 views
+1 vote
2 answers

Can I include real world data in a smart contract? If so, how?

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

Jul 18, 2018 in Blockchain by sapan
901 views
+1 vote
4 answers

How can we search a block using transaction Id(TxID) or hash?

The most obvious use case would be ...READ MORE

Apr 10, 2018 in Blockchain by Johnathon
• 9,090 points
3,789 views
+1 vote
1 answer

How Blockchain work in a mobile app?

At present there is no provision to ...READ MORE

Apr 10, 2018 in Blockchain by Johnathon
• 9,090 points
413 views
+1 vote
1 answer

How to decide on a nonce while developing a blockchain?

A nonce should be decided on the ...READ MORE

Apr 10, 2018 in Blockchain by Shashank
• 10,400 points
973 views
+1 vote
1 answer

How do i change the names of validating peers in IBM Bluemix blockchain?

IBM Bluemix Blockchain service Hyperledger Fabric v0.6 will ...READ MORE

Apr 11, 2018 in Blockchain by Perry
751 views
+1 vote
4 answers

How to estimate the cost for deploying smart contract on mainnet?

Since you have already deployed the contract ...READ MORE

Apr 10, 2018 in Blockchain by Shashank
• 10,400 points
14,782 views
0 votes
1 answer

Can a hacker change data of a smart sontract without call contract function?

A contract's content cannot be changed internally. ...READ MORE

Apr 8, 2018 in Blockchain by Shashank
• 10,400 points
476 views
+1 vote
5 answers

Difference between internal-external, private-public in function

External: These functions are part of the ...READ MORE

Apr 8, 2018 in Blockchain by Shashank
• 10,400 points
8,542 views
0 votes
1 answer

What are the differences between tendermint and hashgraph?

Hashgraph uses Superior distributed ledger technology. Hashgraph ...READ MORE

Apr 8, 2018 in Blockchain by Shashank
• 10,400 points
831 views
+1 vote
7 answers

What are the advantages and limitations of hyperledger composer over fabric?

While hyperledger composer is a set of ...READ MORE

Apr 8, 2018 in Blockchain by Perry
• 17,100 points
3,299 views
+1 vote
1 answer

What problem does pow(proof of work) solves in blockchain?

Proof of Work: When a miner gets a ...READ MORE

Aug 6, 2018 in Blockchain by digger
• 26,740 points
916 views
+1 vote
1 answer

What are the differences between coin and token?

Coins are cryptocurrencies that are independent and ...READ MORE

Jul 18, 2018 in Blockchain by Sahil
617 views
+1 vote
1 answer

Do we need metamask extension to make transactions on ether?

Actually, we don't need Metamask. To make ...READ MORE

Apr 8, 2018 in Blockchain by Perry
• 17,100 points
1,057 views
+1 vote
1 answer

Can a data be altered in a blockchain without changing its hash?

Yes, it should work. The authentication practice ...READ MORE

Apr 8, 2018 in Blockchain by Shashank
• 10,400 points
630 views
0 votes
0 answers

What happens to the ethereum mempool transaction of uncle and fork nodes

I understand that in Bitcoin network when ...READ MORE

Apr 8, 2018 in Blockchain by Christine
• 15,790 points
821 views
+1 vote
1 answer

How blockchain nodes switches to another chain?

Each individual transaction is validated by every ...READ MORE

Apr 8, 2018 in Blockchain by Christine
• 15,790 points
630 views
+1 vote
8 answers

How is Blockchain a linked list?

Blockchain is similar to Single Linked List ...READ MORE

Aug 3, 2018 in Blockchain by Omkar
• 69,210 points
12,943 views
+1 vote
1 answer

How hyperledger fabric is stored on a PC?

Firstly, your web application will interact with ...READ MORE

Apr 7, 2018 in Blockchain by Christine
• 15,790 points
626 views
+1 vote
1 answer

Can we copy a smart contract?

While the contract is open-source, if you ...READ MORE

Apr 7, 2018 in Blockchain by Christine
• 15,790 points
1,938 views
+1 vote
1 answer

How are blocks are mined and shared among all Validating Peers in the Hyperledger network.

Hyperledger peers neither mine the block nor ...READ MORE

Apr 7, 2018 in Blockchain by Christine
• 15,790 points
501 views
+3 votes
4 answers

How do I add a new node on a Hyperledger network?

You can do this by generating the crypto ...READ MORE

Apr 7, 2018 in Blockchain by Christine
• 15,790 points
4,970 views
+1 vote
1 answer

What are the differences between the hyperledger and Blockchain?

To answer your first query.. Blockchain is ...READ MORE

Apr 5, 2018 in Blockchain by anonymous
3,955 views
+1 vote
2 answers

How a merkle tree is generated?

In a Merkle tree, transaction IDs (txid) ...READ MORE

Apr 5, 2018 in Blockchain by Shashank
• 10,400 points
870 views
+1 vote
1 answer

Hyperledger network roles assigned to peer nodes.

In a hyperledger fabric network transactions are ...READ MORE

Apr 4, 2018 in Blockchain by Christine
• 15,790 points
1,112 views
0 votes
1 answer

If a different chaincode deployed a world state variable, is it still accessible by another chaincode?

No, variables stored by some chaincode (A) ...READ MORE

Apr 4, 2018 in Blockchain by Perry
• 17,100 points
603 views
+1 vote
1 answer

I would like to create a blockchain network which will stay at the same level of complexity, is it possible?

You can very easily create a cryptocurrency having a ...READ MORE

Apr 4, 2018 in Blockchain by Christine
• 15,790 points
660 views
0 votes
1 answer

How to create a new wallet on a blockchain?

Firstly, you need to have a clear ...READ MORE

Apr 4, 2018 in Blockchain by Christine
• 15,790 points
1,126 views
+1 vote
2 answers

Hyperledger - Can I have some instances on one network while on a Virtual Box?

Yes, you can connect multiple instances to ...READ MORE

Aug 1, 2018 in Blockchain by Omkar
• 69,210 points
716 views
+1 vote
1 answer

How is a smart contract stored on a Blockchain?

Smart contract template and transaction events are ...READ MORE

Apr 4, 2018 in Blockchain by Christine
• 15,790 points
905 views
+1 vote
1 answer

How does different blockchains differs on the basis of protocols?

Blockchain platforms differs in more than many ...READ MORE

Apr 4, 2018 in Blockchain by Shashank
• 10,400 points
467 views
+1 vote
1 answer

How is Blockchain used for provenance purposes?

Let me tell you how Blockchain could ...READ MORE

Apr 4, 2018 in Blockchain by Shashank
• 10,400 points
477 views
+1 vote
2 answers

HyperLedger Fabric Java SDK - Wrinting the ChainCode Sample in Java

To get started developing Java chaincode Ensure you ...READ MORE

Aug 3, 2018 in Blockchain by Omkar
• 69,210 points
4,015 views
+16 votes
4 answers

Why do only ADMIN users in Hyperledger Fabric have the permission to install query in chaincode?

It was already decided that installing chaincode ...READ MORE

Apr 3, 2018 in Blockchain by Perry
• 17,100 points
3,563 views
+2 votes
1 answer

Blockchain declining my API key and I cannot understand why.

It's quite easy. Request the API key using ...READ MORE

Apr 3, 2018 in Blockchain by Christine
• 15,790 points
1,805 views
+1 vote
1 answer

Unable to send payment using API. Please help.

Firstly, check your passwords, your API code and your wallet ...READ MORE

Apr 3, 2018 in Blockchain by Christine
• 15,790 points
891 views
+1 vote
2 answers

Is there any relation between the number of transactions processes and the miners?

the direct answer to your query is ...READ MORE

Jun 19, 2018 in Blockchain by Perry
• 17,100 points
523 views
+1 vote
1 answer

Transaction using Blockchain wallet APi

Each transaction requires a fee to be ...READ MORE

Jun 19, 2018 in Blockchain by Perry
• 17,100 points
478 views
+4 votes
4 answers

What are the implementations of IBM blockchain?

IBM is an open source community of ...READ MORE

Mar 30, 2018 in Blockchain by Christine
• 15,790 points
829 views
+1 vote
2 answers

How is Blockchain programming languages different than usual programming?

The programming syntax of most of the ...READ MORE

Mar 30, 2018 in Blockchain by Christine
• 15,790 points
889 views
+4 votes
3 answers

What type of database is blockchain?

Blockchain is a distributed database. what makes ...READ MORE

Mar 30, 2018 in Blockchain by Christine
• 15,790 points
934 views
+1 vote
1 answer

What is Ethereum Blockchain? Where is it being used?

Blockchain is a decentralized distributed database of immutable records, ...READ MORE

Apr 3, 2018 in Blockchain by Christine
• 15,790 points
802 views
+1 vote
1 answer

Can Blocks be reorganized in the blockchain?

In practical applications, invalid transactions can not ...READ MORE

Jul 18, 2018 in Blockchain by Varun

edited Aug 3, 2018 by Omkar 526 views
+1 vote
1 answer

How does the geth ethereum platform automatically connect to the nodes that are in the main network of Ethereum?

When you start with Geth you need ...READ MORE

Mar 28, 2018 in Blockchain by Perry
• 17,100 points
1,086 views
+15 votes
5 answers

How to add Org or peer in Org dynamically in Hyperledger fabric?

I know it is a bit late ...READ MORE

Jul 27, 2018 in Blockchain by Omkar
• 69,210 points

edited Jul 22, 2019 by Omkar 4,546 views
+1 vote
1 answer

Getting issues while Sending signTransaction with web3.js

The chain ID for ropsten is 3. ...READ MORE

Mar 28, 2018 in Blockchain by Johnathon
• 9,090 points
3,351 views
+1 vote
1 answer

How do I create a relationship between list of suppliers and a single order in Hyperledger Composer

Is your transaction actually called 'OrderPlaced' (in ...READ MORE

Mar 28, 2018 in Blockchain by Johnathon
• 9,090 points
1,116 views
0 votes
1 answer

Connection failed to Ethereum Ropsten Testnet network.

 It looks like your node isn't syncing ...READ MORE

Mar 27, 2018 in Blockchain by Christine
• 15,790 points
1,510 views