Most answered questions in Blockchain

0 votes
1 answer

How should I set my mac to install "hyperledger composer playground locally" ?

Install the pre-reqs https://hyperledger.github.io/composer/in ...READ MORE

Jul 21, 2018 in Blockchain by Christine
• 15,790 points
718 views
0 votes
1 answer

Hyperledger Composer error in transaction

Check that you have declare the function ...READ MORE

Jul 21, 2018 in Blockchain by shweta
• 440 points
575 views
+1 vote
1 answer

Ethereum Error: authentication needed: password or unlock

First, make sure you have an account. web3.personal.listAccounts If ...READ MORE

Aug 8, 2018 in Blockchain by Omkar
• 69,230 points
4,994 views
0 votes
1 answer

How to display State Information to a list of participants dynamically?

The if condition mentioned below will never ...READ MORE

Jul 23, 2018 in Blockchain by Omkar
• 69,230 points
568 views
0 votes
1 answer

How to send Bitcoins with node.js?

This website https://blockr.io/tx/push will successfully do the ...READ MORE

Jul 20, 2018 in Blockchain by Christine
• 15,790 points
3,188 views
0 votes
1 answer

Ethereum Studio: Can't find Sandbox

The GitHub project site says that the image is ...READ MORE

Jul 20, 2018 in Blockchain by Christine
• 15,790 points
651 views
+1 vote
1 answer

How to perform a simple 1-to-1 Bitcoin Transaction with Bitcore?

What is the argument utxos int the ...READ MORE

Jul 20, 2018 in Blockchain by charlie_brown
• 7,720 points
1,983 views
0 votes
1 answer

How does the consensus happen in Saas based blockchain application?

I will be maintaining the database at ...READ MORE

Jul 20, 2018 in Blockchain by aryya
• 7,450 points
455 views
0 votes
1 answer

How to setup rule in ACL file of Hyperledger Composer to validate against enum?

Use these two ACL rules: ...READ MORE

Jul 19, 2018 in Blockchain by Perry
• 17,100 points
1,208 views
0 votes
1 answer

How to retrieve data from an Ethereum Block?

To get transaction details like Block Hash ...READ MORE

Jul 19, 2018 in Blockchain by Perry
• 17,100 points
2,538 views
0 votes
1 answer

Which is the best decentralized storage apps?

IPFS is a protocol for a distributed ...READ MORE

Jul 19, 2018 in Blockchain by aryya
• 7,450 points
520 views
0 votes
1 answer

Why hyperledger REST server has PUT method?

Actually, with the PUT method, you don't ...READ MORE

Jul 19, 2018 in Blockchain by aryya
• 7,450 points
351 views
0 votes
1 answer

How can I change endorsement policies in hyperledger?

Well the good news is that it ...READ MORE

Jul 19, 2018 in Blockchain by Johnathon
• 9,090 points
1,031 views
0 votes
1 answer

How do I get the total amount sent to an address?

If you are using web3JS you can ...READ MORE

Jul 19, 2018 in Blockchain by Johnathon
• 9,090 points
716 views
0 votes
1 answer

How to change Endorsement policies

Well the good news is that it ...READ MORE

Jul 18, 2018 in Blockchain by charlie_brown
• 7,720 points
556 views
0 votes
1 answer

How to use Blockchain to store government records?

As I understood you are planning to ...READ MORE

Jul 18, 2018 in Blockchain by charlie_brown
• 7,720 points
400 views
0 votes
1 answer

What is the purpose of Blockchain Technology?

The purpose of Blockchain technology is to ...READ MORE

Jul 23, 2018 in Blockchain by Omkar
• 69,230 points
1,420 views
0 votes
1 answer

Can we store encrypted data into transaction?

Ethereum can store whatever bytes you want, ...READ MORE

Jul 17, 2018 in Blockchain by Christine
• 15,790 points
512 views
0 votes
1 answer

GetState query via chaincode always returns empty value

fabric uses an ccenv image to build the chaincode when ...READ MORE

Jul 17, 2018 in Blockchain by Christine
• 15,790 points
1,502 views
0 votes
1 answer

Getting error while trying to submit a transaction on hyperledger playground

not enough information as to how you ...READ MORE

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

How do I calculate number of full nodes in bitcoins/altcoins?

You can not calculate/estimate the total number ...READ MORE

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

Can someone help me conceptualizing blockchain for supply chain demo?

I think you should take a step ...READ MORE

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

How blockchain hides it's HTML source?

When you click View Source, you see ...READ MORE

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

Sorting data into appropriate key in an object

I think that your code has an ...READ MORE

Jul 17, 2018 in Blockchain by aryya
• 7,450 points
395 views
0 votes
1 answer

How to understand transaction verification in blockchain

They said it takes about 10 minutes ...READ MORE

Jul 17, 2018 in Blockchain by aryya
• 7,450 points
901 views
0 votes
1 answer

Should I require a specific condition when working with indexes in Solidity?

You are using it correctly. require is intended to ...READ MORE

Jul 17, 2018 in Blockchain by aryya
• 7,450 points
391 views
0 votes
1 answer

Is it possible to claim Bitcoin Cash from an exchange that does not support it?

You can't claim BCH without knowing private ...READ MORE

Jul 17, 2018 in Blockchain by aryya
• 7,450 points
549 views
0 votes
1 answer

How to solve "'Asset:org.acme.trading.Commodity' does not exist" error?

The error is mainly because the asset ...READ MORE

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

How to limit execution of smart contract only to my dapp?

You can use modifiers to do it ...READ MORE

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

How to make Geth transactions faster?

You can change the speed by the ...READ MORE

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

What does "Using network 'develop'" mean?

It means that the name of the ...READ MORE

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

How to build a non-payment application using Ethereum blockchain?

I hope the following link is helpful ...READ MORE

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

How to solve "error trying install composer runtime" in Hyperledger composer?

I think the docker-compose tool is not ...READ MORE

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

Where can i get bitcoins for testing?

You can get bitcoins for free for ...READ MORE

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

How to retain the container state after shutdown/restart of Hyperledger Fabric network?

In a Dev environment, you can first ...READ MORE

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

Can smart contract be altered after deployment?

No, you can not make changes to ...READ MORE

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

How do nodes communicate with each other in hyperledger?

First let me tell you that there ...READ MORE

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

What happens to the short chain when the nodes follow the long chain?

This situation occurs every day in the ...READ MORE

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

How to call external data using smart contracts?

Smart contracts can not directly call external ...READ MORE

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

How to achieve consensus with peers from different departments?

Defining one MSP to represent each division. ...READ MORE

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

How to generate new address for blockchain wallet?

You can use the following to generate ...READ MORE

Jul 16, 2018 in Blockchain by digger
• 26,740 points
3,081 views
0 votes
1 answer

Can i use HTTP GET to call external service in Hyperledger Composer?

Right now, the Hyperledger Composer supports only ...READ MORE

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

How to interact with blockchain using Java web app?

You can interact with the blockchain using ...READ MORE

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

How to get peer admin's certificate and key on Bluemix?

Follow the steps mentioned below: Create connection profile ~/.composer-connection-profiles/bmx-stage1-kubes/connection.json {  "name": ...READ MORE

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

How to extract h160 address of bitcoin blockchain?

You can extract the data using the ...READ MORE

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

How are unique public address generated in bitcoin?

In brief, the public addresses are generated ...READ MORE

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

Unable to request channel creation using Rest Api

I'd recommend taking a look at the ordering ...READ MORE

Jul 16, 2018 in Blockchain by Perry
• 17,100 points
693 views
0 votes
1 answer

Hyperledger Fabric V1.0 Application using Java SDK Client for is waiting indefinitely when invoking chaincode

I ran into a similar issue to ...READ MORE

Jul 16, 2018 in Blockchain by Perry
• 17,100 points
1,070 views
0 votes
1 answer

How to handle memory and processor limitations of nodes in blockchain?

Yes, that's a valid concern. The Bitcoin ...READ MORE

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

How is computational and electricity wastage be avoided other than successful bitcoin miner?

What you are describing is an inherent ...READ MORE

Jul 14, 2018 in Blockchain by Shashank
• 10,400 points
315 views