Most viewed questions in Blockchain

0 votes
1 answer

Hyperledger Composer: How to retrieve array of assets?

This is what worked for me: asset Ask ...READ MORE

Nov 14, 2018 in Blockchain by Omkar
• 69,210 points
1,446 views
0 votes
1 answer

Getting wrong result from SHA256 than what is expected

It's just an encoding issue - don't ...READ MORE

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

Web3 ethereum miner_start not implemented.

You have to first enable "miner" API ...READ MORE

Aug 24, 2018 in Blockchain by digger
• 26,740 points
1,445 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

“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 make Geth transactions faster?

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

Jul 17, 2018 in Blockchain by slayer
• 29,350 points
1,442 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,438 views
0 votes
1 answer

Solidity difference array with and without new keyword.

Creating arrays with variable length in memory ...READ MORE

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

Why RLP encoding is used in Ethereum?

RLP is intended to be a highly ...READ MORE

Aug 4, 2018 in Blockchain by Mohini
• 260 points
1,434 views
0 votes
1 answer

How to connect to *coin RPC-Server with PHP

If you want to connect inside your ...READ MORE

Sep 12, 2018 in Blockchain by slayer
• 29,350 points
1,427 views
0 votes
1 answer

Hyperledger: Explorer Shows Empty Data and Promise is rejected: Error: 12 UNIMPLEMENTED: unknown service protos.Endorser

This config worked for me: { "network-config": { ...READ MORE

Nov 13, 2018 in Blockchain by Omkar
• 69,210 points
1,426 views
+1 vote
1 answer

Solidity: Sending ERC20 Tokens

You can try this code transferTokensTo: function(contract, address_from, ...READ MORE

Sep 26, 2018 in Blockchain by slayer
• 29,350 points
1,425 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,423 views
0 votes
1 answer

"const is reserved" parse error.

It could be an error because of ...READ MORE

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

How to create tokens in smart contracts from node.js?

Any modification to the Ethereum Blockchain will ...READ MORE

Jun 27, 2018 in Blockchain by Shashank
• 10,400 points
1,420 views
0 votes
1 answer

How to extract Ethereum Blockchain data?

You are using web3.eth.getTransaction(txHash) web3.eth.getTransaction(txHash) will only return info ...READ MORE

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

Web3j v3.3.1 : Error while generating compiled solidity smart contracts which returns array of struct

Solidity does not support returning structs in ...READ MORE

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

Can’t find value for key while using CouchDB for Fabric.

In the output you have mentioned: {   "id": ...READ MORE

Jul 31, 2018 in Blockchain by slayer
• 29,350 points
1,410 views
+1 vote
0 answers

Metamask popup on Server side (Express js) ?

So I have this problem when i ...READ MORE

Jul 15, 2019 in Blockchain by Dzaky
• 130 points
1,407 views
0 votes
1 answer

Error when trying to deploy Ethereum smart contract using web3j

Create a new credential based on the Credentials.create ...READ MORE

Oct 3, 2018 in Blockchain by slayer
• 29,350 points
1,407 views
0 votes
1 answer

How to access member functions of smart contract using web3?

I have implemented a similar feature and ...READ MORE

Aug 13, 2018 in Blockchain by slayer
• 29,350 points
1,398 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,210 points
1,398 views
0 votes
1 answer

Not able to unbox truffle drizzle

It could be due to a broken ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,210 points
1,393 views
0 votes
1 answer

Go- Chaincode function to display struct values

Try this func (t *SimpleChaincode) setDetails(stub shim.ChaincodeStubInterface, args ...READ MORE

Sep 19, 2018 in Blockchain by digger
• 26,740 points
1,391 views
0 votes
1 answer

How to make POST request on C# to blockr.io

By default UploadValues doesn't format the data ...READ MORE

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

truffle npm run dev not working

Are you running this command from the ...READ MORE

Dec 1, 2018 in Blockchain by Omkar
• 69,210 points
1,389 views
0 votes
1 answer

Hyperledger Fabric: ERROR: manifest for hyperledger/fabric-ca:latest not found.

docker pull hyperledger/fabric-ca:x86_64-1.1.0-preview Now tag this the latest ...READ MORE

Nov 13, 2018 in Blockchain by Omkar
• 69,210 points
1,378 views
0 votes
0 answers

Attach two nodes on different machine via private blockchain (Ethereum)

I have seen many blogs regarding ways ...READ MORE

Jun 9, 2020 in Blockchain by Ritvik
• 120 points
1,375 views
0 votes
1 answer

How to make a class that fits Blockchain.info Json?

Hey, I found a simple solution for ...READ MORE

Sep 18, 2018 in Blockchain by digger
• 26,740 points
1,375 views
0 votes
1 answer

How blocks are linked in the Hyperledger Fabric blockchain?

The structure of block in Hyperledger Fabric ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,375 views
–1 vote
1 answer

How to import an account in private ethereum network?

 When you create a new account, the ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,210 points
1,374 views
0 votes
1 answer

Hyperledger: How to update values from an asset?

This should work: return getAssetRegistry('org.rytle.Route').then(function(ar) { ...READ MORE

Nov 6, 2018 in Blockchain by Omkar
• 69,210 points
1,372 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 to make sure transactions take no fee in a private Ethereum blockchain?

In a private ethereum network you have ...READ MORE

Mar 26, 2018 in Blockchain by Christine
• 15,790 points

edited Mar 26, 2018 by Christine 1,364 views
0 votes
3 answers

UnhandledPromiseRejectionWarning: Error: The contract code couldn't be stored, please check your gas limit

I believe bytecode is being treated as ...READ MORE

Sep 24, 2018 in Blockchain by Teja
1,363 views
0 votes
1 answer

Etheruem: Unable to import library in Remix IDE

Your link is broken. This is the ...READ MORE

Oct 9, 2018 in Blockchain by Omkar
• 69,210 points
1,360 views
0 votes
1 answer

Calling functions from other contracts solidity

This code worked for me: pragma solidity ^0.4.2; contract ...READ MORE

Sep 17, 2018 in Blockchain by digger
• 26,740 points
1,360 views
+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,360 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,359 views
0 votes
1 answer

How do I query Blockchain bitcoin locally?

You could use json RPC provided by ...READ MORE

Apr 19, 2018 in Blockchain by Christine
• 15,790 points
1,358 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,357 views
0 votes
2 answers

Can a blockchain be used to verify or store a document on the blockchain?

This link could help you. READ MORE

Aug 28, 2018 in Blockchain by Suman
1,357 views
0 votes
1 answer

How to create a contract in truffle?

The command you are using to create ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,210 points
1,350 views
0 votes
1 answer

Hyperledger Fabric: Kafka can not establish a connection

Try this:  kafka1.hyperfabric.xyz: image: hyperledger/fabric-kafka restart: ...READ MORE

Nov 9, 2018 in Blockchain by Omkar
• 69,210 points
1,350 views
0 votes
1 answer

How do I send ether from an EOA to a smart contract?

You include ether to send in the ...READ MORE

Sep 27, 2018 in Blockchain by digger
• 26,740 points
1,349 views
0 votes
1 answer

Where is the hyperlewdger fabric endorsement policy stored?

I don't know exactly where is the ...READ MORE

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

how to get the information of asset created in hyperledger composer in case of with out transaction?

First, get the list of all existing ...READ MORE

Mar 13, 2019 in Blockchain by Omkar
• 69,210 points
1,343 views
+1 vote
1 answer

How immutability is achieved in hyperledger fabric?

Since it is a private blockchain platform, ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
1,341 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
4 answers

Unable to run truffle@2.1.2 migrate --network live. “Exceeds block gas limit”

A simple solution to avoid this is: module.exports ...READ MORE

Sep 28, 2018 in Blockchain by Ludo
1,339 views