Most answered questions in Blockchain

+1 vote
1 answer

Is it possible to exchange the token for other tokens we create in an Ethereum Smart Contract?

Yes you can do that through something ...READ MORE

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

How to prevent the smart contract from being modified and deployed in Hyperledger network?

Smart contracts can be definitive if they ...READ MORE

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

How do transactions create a new block in Blockchain?

Bitcoin puts a cap of 2,400 transactions ...READ MORE

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

Why do the resultant hash after mining has a leading no. of zeroes in Blockchain verification?

This is chosen by the DIFFICULTY EQUATION. In ...READ MORE

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

How to explore and analyze the data inside a Hyperledger Blockchain network?

In Hyperledger Composer, you have all the ...READ MORE

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

How to add https security for Node js?

You need to add the key and cert to the createServer function. const options ...READ MORE

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

How to create light wallet in Web3J?

You can use this method to create ...READ MORE

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

Fatal error while installing web3 node.

Try to add git config by executing ...READ MORE

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

Problem with installing testrpc using python-pip.

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

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

What does _ mean in solidity language?

The _ symbol is a place holder. ...READ MORE

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

How to use third party contract to send ERC token?

You can do it by using a ...READ MORE

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

Truffle Error: Migrations contract constructor expected

You are not using constructor() public { ...READ MORE

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

Fabric-node-sdk 1.2 with Fabric 1.1

The line grpc-max-send-message-length: 15 is used to load ...READ MORE

Aug 10, 2018 in Blockchain by slayer
• 29,350 points
690 views
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
684 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,056 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,645 views
+1 vote
1 answer

How do i add images in Hyperledger?

You can not directly add an image ...READ MORE

Aug 10, 2018 in Blockchain by Omkar
• 69,230 points
789 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
389 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
709 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
481 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,463 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,895 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,066 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
315 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,378 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
481 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,192 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,235 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,351 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
891 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
462 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
441 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
435 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
521 views
+1 vote
1 answer

Can one pay ICO's token to an ICO consultant?

It is in fact possible to programmatically ...READ MORE

Aug 6, 2018 in Blockchain by Perry
• 17,100 points
608 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
578 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,161 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
991 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,466 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
529 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
572 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,109 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,452 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
596 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
515 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
608 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
861 views
+1 vote
1 answer

Error attempting installing ethermint

I faced the same issue. Here's where ...READ MORE

Aug 2, 2018 in Blockchain by Christine
• 15,790 points
607 views
+1 vote
1 answer

How do I check the history of my ethereum wallet using blockchain API?

f I understand well, you're looking for ...READ MORE

Aug 2, 2018 in Blockchain by Christine
• 15,790 points
2,023 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,696 views