Latest questions in Blockchain

0 votes
1 answer

why are permissions not stored in blockchain?

When a channel is created, the configurations ...READ MORE

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

How to develop peer to peer network in hyperledger fabric?

There are two ways you can do ...READ MORE

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

How to create users on hyperledger and how to assign policies to the created users?

First the users need to establish identity ...READ MORE

Jul 10, 2018 in Blockchain by slayer
• 29,350 points
1,612 views
0 votes
2 answers

How to use multiple anchor peers in an organization?

To use multiple anchor peers, you need ...READ MORE

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

how to learn writing java code for Hyperledger Fabric?

You can learning writing java codes for ...READ MORE

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

How i can use nodejs to watch transactions in bitcoin network?

you can use  const Socket = require('blockchain.info/Socket'); const mySocket ...READ MORE

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

How to upload data from PC or sensors to blockchain?

you can do it by writing a ...READ MORE

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

how to get modification history of asset?

You can use GetHistoryForKey() API as shown ...READ MORE

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

How to solve Runtime error when querying Hyperledger?

OCI is open container initiative.. The error ...READ MORE

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

What is the peer node start in hyperledger?

Nodes are the fundamental element of the ...READ MORE

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

AWS multichain network, "Couldn't connect to the seed node" error

The error says "please check multichaind is ...READ MORE

Jul 9, 2018 in Blockchain by slayer
• 29,350 points
1,239 views
+1 vote
1 answer

What is blockchain apart from bitcoin?

Blockchain is a decentralized database where the ...READ MORE

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

How to store photos in Hyperledger smart contract?

To do this, you need to represent ...READ MORE

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

AttributeError while trying to start peer port in Hyperledger.

If you are new to blockchain then ...READ MORE

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

How to set up Hyperledger Fabric v0.6 network without docker?

Hyperledger Fabric v0.6 does not provide any ...READ MORE

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

Error while trying to create dir if missing: mkdir /var/hyperledger: permission denied

The following commands should help: sudo mkdir -p ...READ MORE

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

How to set web3 solidity variable value?

The setLog transaction has not yet been mined by ...READ MORE

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

How does my peer communicate with fabric CA?

Peers do not communicate with CA directly.. ...READ MORE

Jul 6, 2018 in Blockchain by digger
• 26,740 points
701 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,429 views
0 votes
1 answer

Use of command : ./teardownFabric.sh

Note that if you've run the teardown ...READ MORE

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

How can i copy block aspects in hyperledger fabric?

There are three ways you can do ...READ MORE

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

REQUEST_TIMEOUT error in Hyperledger Fabric, Linux

My docker version was 1.7. And its ...READ MORE

Jul 6, 2018 in Blockchain by Christine
• 15,790 points
2,491 views
0 votes
2 answers

Where can i find Hyperledger Fabric Node SDK sample application?

Here are some links where you can ...READ MORE

Apr 26, 2019 in Blockchain by Firoz
3,114 views
0 votes
1 answer

How to send chaincode error to the calling application?

To pass message all the way to ...READ MORE

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

IRS demo Scheduled Event - InitiationHandler

The TODO you are looking for has ...READ MORE

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

Generic put and get in hyperledger fabric

For this, you have to write a ...READ MORE

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

Error connecting due to rpc error

In the previous version, this problem was ...READ MORE

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

How to define different privacy for different users in Fabric 1.0?

The privacy restriction to particular peers in ...READ MORE

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

Cant decode hex sting into decimal. Getting TypeError.

On the line where it shows error, ...READ MORE

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

Send Payment error in Blockchain API

The following code should help: $address = null; try ...READ MORE

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

How do I add multiple recipients for transactions via Blockchain API?

Convert the recipes into JSON objects. x = ...READ MORE

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

How to test endorsement policy for the business network in multiple organizations

Give the proposal responses you are receiving ...READ MORE

Jul 6, 2018 in Blockchain by aryya
• 7,450 points
604 views
+1 vote
4 answers

Where does hyperledger fabric store the database for the blockchain?

The data of the Hyperledger Blockchain is ...READ MORE

Apr 29, 2019 in Blockchain by Tina
2,587 views
0 votes
0 answers

Identification of purchased product

I have created coins on test network.Now ...READ MORE

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

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

To expand on Matthew's answer, each state ...READ MORE

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

composer network start with error SERVICE_UNAVAILABLE

I think there is an issue with ...READ MORE

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

How to create a ‘feeless’ ERC20 token?

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

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

how can i convert stub.GetTxTimestamp() to type string?

You can not directly convert the timestamp ...READ MORE

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

"set RNG(RandomUtils.Random) before generating random numbers" error

Use the following code, you just have ...READ MORE

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

IBM Blockchain cant retrieving multiple rows from table

You can not use the older implementation ...READ MORE

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

How to retrieve complete world state of hyperledger?

you can achieve this by iteration process ...READ MORE

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

difference between running docker image in and outside of vagrant

Most people recommend to run docker containers ...READ MORE

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

Updating data of struct to save in chaincode.

You can use a code similar to ...READ MORE

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

How is consensus reached when there are only two peers in Hyperledger Fabric?

The consensus is achieved in the ordering ...READ MORE

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

Passing hash string with smart contracts

eth.sendTransaction is a go etherum function. There more ...READ MORE

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

"could not find test.properties" error in Hyperledger v1.0

There is no java sdk for your ...READ MORE

Jul 5, 2018 in Blockchain by digger
• 26,740 points
462 views
0 votes
0 answers

Blockchain.info wallet API callback

I am implementing blockchain.info wallet api to ...READ MORE

Jul 4, 2018 in Blockchain by sabby
• 4,390 points
721 views
0 votes
1 answer

Hyperledge fabric v0.6 querying states between a period range

The Hyperledge fabric v0.6 does not provide ...READ MORE

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

How would I run SpringBoot with the Java-SDK of Hyperledger Fabric java daemon?

I am not familiar with SpringBoot, but ...READ MORE

Jul 4, 2018 in Blockchain by aryya
• 7,450 points
2,041 views
+1 vote
2 answers

How do I access the api generated by hyperledger composer publicly?

IBM Bluemix is a platform that provides ...READ MORE

Jul 5, 2018 in Blockchain by slayer
• 29,350 points
1,053 views