Most viewed questions in Blockchain

0 votes
1 answer

Can I make my smart contract private in Quorum?

Yes, it is possible. You can look ...READ MORE

Jul 23, 2018 in Blockchain by slayer
• 29,350 points
1,429 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,428 views
+1 vote
0 answers

How to generate bitcoin address from XPUB

How to generate bitcoin addresses from XPUB ...READ MORE

Mar 9, 2022 in Blockchain by Soham
• 9,700 points
1,426 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,426 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,424 views
0 votes
3 answers

How to create a cryptocurrency based reward system using Ethereum?

Hey, you can take the help of ...READ MORE

Oct 28, 2020 in Blockchain by jamesright
• 140 points
1,423 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,421 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,419 views
0 votes
1 answer

yfinance Crypto symbol list

After what I know about, YahooFinance uses ...READ MORE

Mar 24, 2022 in Blockchain by Rahul
• 9,670 points
1,417 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,417 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,410 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,407 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,402 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,399 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,398 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,398 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,394 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,393 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,387 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,386 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,386 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,383 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,375 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,372 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,370 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,368 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,366 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,365 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,362 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,355 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,354 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,353 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,349 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,349 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,346 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,343 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,343 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,341 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,339 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,337 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,337 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,335 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,335 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,332 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,331 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,331 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,329 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,328 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,328 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,327 views