Most voted questions in Blockchain

0 votes
1 answer

Hyperledger Sawtooth installation JAVA_HOME: path not found

/etc/environment is a bash script, so change the ...READ MORE

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

How can Blockchain be implemented for android development?

Essentially you need to understand what is ...READ MORE

Aug 10, 2018 in Blockchain by Johnathon
• 9,090 points
1,046 views
0 votes
1 answer

My first Hyperledger fabric network is not working

Delete as admin the channel-artifacts folder, down ...READ MORE

Aug 10, 2018 in Blockchain by Johnathon
• 9,090 points
1,627 views
0 votes
1 answer

To capture events do we need to create assets using transaction processing functions?

I think you have figured it by ...READ MORE

Aug 10, 2018 in Blockchain by Christine
• 15,790 points
380 views
0 votes
1 answer

Solidity Error: Member "equal" is not available in type(library Assert) outside of storage

You can get error because solidity does ...READ MORE

Aug 9, 2018 in Blockchain by slayer
• 29,350 points
698 views
0 votes
2 answers

Truffle migrate gives “ Error: No network specified. ”

You have to mention on which network ...READ MORE

Aug 13, 2018 in Blockchain by Omkar
• 69,210 points
1,436 views
0 votes
1 answer

Ethereum wallet not able to make transaction

I can see that the nonce you ...READ MORE

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

Hyperledger error while installing binaries

This seems like a problem with the ...READ MORE

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

How to create channels in Hyperledger Sawtooth?

There are two features that I know ...READ MORE

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

Difference between Fabric Composer and Hyperledger Composer?

They are basically the same thing. Fabric ...READ MORE

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

Building Hyperledger Fabric Blockchain

To build your own app using Hyperledger ...READ MORE

Aug 9, 2018 in Blockchain by slayer
• 29,350 points
311 views
0 votes
2 answers

Using Hyperledger composer with Hyperledger Blockchain explorer.

I was facing the same issue and ...READ MORE

Aug 9, 2018 in Blockchain by digger
• 26,740 points
3,061 views
0 votes
2 answers

How to completely uninstall hyperledger composer?

You might have to uninstall/remove files from ...READ MORE

Aug 9, 2018 in Blockchain by slayer
• 29,350 points
4,620 views
0 votes
1 answer

Hyperledger Blockchain Explorer “'Error: no test specified' ” error

You have run the npm install command ...READ MORE

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

How do I get updates in every blockchain append?

If you are really want to get ...READ MORE

Aug 9, 2018 in Blockchain by aryya
• 7,450 points
473 views
0 votes
1 answer

How do I validate the presence of participant owner in Asset transfer transaction?

I found the exact solution and syntax.. ...READ MORE

Aug 9, 2018 in Blockchain by aryya
• 7,450 points
1,177 views
0 votes
1 answer

How to solve “Package 'ethereum' has no installation candidate” error?

This error might have occurred because your ...READ MORE

Aug 8, 2018 in Blockchain by slayer
• 29,350 points
1,207 views
0 votes
1 answer

How to solve rpc error: code = Unknown desc = timeout expired while starting chaincode error?

In the peer configuration, the port you ...READ MORE

Aug 8, 2018 in Blockchain by digger
• 26,740 points
2,330 views
0 votes
1 answer

Truffle tutorials "Error:recipient address is not a contract address"

It appears like you have already migrated ...READ MORE

Aug 8, 2018 in Blockchain by slayer
• 29,350 points
877 views
0 votes
1 answer

How can a composer fabric business network file, be deployed to the bluemix blockchain service today?

You can use Composer with the Bluemix ...READ MORE

Aug 8, 2018 in Blockchain by Johnathon
• 9,090 points
453 views
0 votes
1 answer

How does a downed peer connects back to the network in a fabric network?

This might be due to the expected ...READ MORE

Aug 8, 2018 in Blockchain by Johnathon
• 9,090 points
432 views
0 votes
1 answer

How many blocks does Wavesnet Blockchain have?

This question is old, and you obviously ...READ MORE

Aug 7, 2018 in Blockchain by Perry
• 17,100 points
417 views
0 votes
1 answer

How can I create a feeless ERC-20 token?

You can't have another address pay for ...READ MORE

Aug 7, 2018 in Blockchain by Perry
• 17,100 points
509 views
0 votes
1 answer

Why we should create two connection profiles for one organization, i.e 1. Org1 only and Org1 and Org2 ?

The need for the distinct Org1 and ...READ MORE

Aug 6, 2018 in Blockchain by aryya
• 7,450 points
562 views
0 votes
1 answer

IPFS transaction cost as a decentralized service

IPFS itself does not have transaction cost, ...READ MORE

Aug 3, 2018 in Blockchain by Perry
• 17,100 points
975 views
0 votes
1 answer

How do I withdraw the balance from a contract on Ethereum test blockchain?

Your need to improvise your code a ...READ MORE

Aug 3, 2018 in Blockchain by Perry
• 17,100 points
2,451 views
0 votes
1 answer

IBM BLUEMIX BLOCKCHAIN SDK-DEMO failing

These types of intermittent issues are usually ...READ MORE

Aug 3, 2018 in Blockchain by charlie_brown
• 7,720 points
523 views
0 votes
1 answer

How is running the asset_management.go different from running a simple chaincode like chaincode_example02.go

The chaincode workflow you mentioned is correct, ...READ MORE

Aug 3, 2018 in Blockchain by charlie_brown
• 7,720 points
560 views
0 votes
1 answer

How to debug chaincode? LedgerError - ResourceNotFound

The following command, CORE_CHAINCODE_ID_NAME=mycc CORE_PEER_ADDRESS=0.0.0.0:30303 ./chaincode_example02 doesn't deploy the chaincode, ...READ MORE

Aug 3, 2018 in Blockchain by charlie_brown
• 7,720 points
1,086 views
0 votes
1 answer

“Error getting chaincode package bytes” when deploying chaincode on hyperledger via REST

Considering that you are playing with Bluemix ...READ MORE

Aug 3, 2018 in Blockchain by charlie_brown
• 7,720 points
1,442 views
0 votes
1 answer

How to use a chaincode that's not on github?

There are two options: If you are not ...READ MORE

Aug 3, 2018 in Blockchain by charlie_brown
• 7,720 points
573 views
0 votes
1 answer

Fabric composer integration with Bluemix blockchain service

You can use Composer with the Bluemix ...READ MORE

Aug 3, 2018 in Blockchain by charlie_brown
• 7,720 points
509 views
0 votes
1 answer

Any security issues in migrating sensitive data in CouchDB to hyperledger composer

Hyperledger Composer and the underlying Hyperledger Fabric ...READ MORE

Aug 3, 2018 in Blockchain by Johnathon
• 9,090 points
602 views
0 votes
1 answer

Could I share ledger between channels in hyperledger?

You say that you want to use ...READ MORE

Aug 3, 2018 in Blockchain by Johnathon
• 9,090 points
853 views
0 votes
1 answer

How to deploy hyperledger fabric in production level?

Once you set up the Fabric, bring ...READ MORE

Aug 2, 2018 in Blockchain by aryya
• 7,450 points
2,666 views
0 votes
1 answer

How to set up hyperledger fabric on 2 different PCs?

I would recommend that you look at ...READ MORE

Aug 2, 2018 in Blockchain by aryya
• 7,450 points
1,216 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
724 views
0 votes
1 answer

How to solve “insufficient funds for gas * price + value” error?

Change the following line Credentials credentials = Credentials.create(firstAccount); To ...READ MORE

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
5,252 views
0 votes
1 answer

How to solve “error: no objects passed to create” Error?

It seems like a problem with the ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
7,321 views
0 votes
1 answer

Cant install quorum blockchain.

You are facing this issue because you ...READ MORE

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
725 views
0 votes
1 answer

How to send funds using CLI?

You can send funds from one address ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
491 views
0 votes
1 answer

Ethereum smart contract event trigger notification

I have an example here for web3js ...READ MORE

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
1,910 views
0 votes
1 answer

How does this Ethereum Console output mean?

I have divided the output into different ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
457 views
0 votes
1 answer

How to send bitcoins to multiple recipients at once?

To send bitcoins to multiple recipients, you ...READ MORE

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
457 views
0 votes
1 answer

How does the consensus mechanism work for a SaaS based blockchain?

Blockchain doesn't have the client-server architecture that ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
392 views
0 votes
1 answer

Where do we execute Smart Contracts on Hyperledger Fabric?

Take a look here: http://hyperledger-fabric.readthedocs.io/en/latest/txflow.html Hyperledger Fabric has 2 ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
431 views
0 votes
1 answer

how to give back each customer a self-defined amount of ether after ICO ends in smart contract?

It's a lot of question. I will ...READ MORE

Aug 1, 2018 in Blockchain by aryya
• 7,450 points
670 views
0 votes
1 answer

how to modify smart contract template for self defined functionality

TL;DR; This code simply defines the start ...READ MORE

Aug 1, 2018 in Blockchain by aryya
• 7,450 points
393 views
0 votes
1 answer

Problem with deploying to a single organization Hyperledger Fabric

It appears to me that  the proposal is ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
625 views
0 votes
1 answer

Blockchain PoC Implementation

It depends on your use case like ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
409 views