Latest questions in Blockchain

+1 vote
1 answer

In the Hyperledger Fabric architecture where is the SDK hosted?

Hyperledger client SDK is a component used ...READ MORE

Mar 27, 2018 in Blockchain by Christine
• 15,790 points
824 views
+3 votes
2 answers

How to run ethereumjs using Node.JS

You need to install testrpc globally on ...READ MORE

Mar 27, 2018 in Blockchain by ned_crew
• 1,610 points
967 views
+1 vote
2 answers

Hyperledger: get “/bin/bash: ./scripts/script.sh: No such file or directory” when running “./byfn -m up”

You can follow these steps : In your ...READ MORE

Mar 27, 2018 in Blockchain by ned_crew
• 1,610 points
3,236 views
+1 vote
1 answer

I am unable to change port of composer-rest-server. Please help!

Use full format for running a business ...READ MORE

Mar 27, 2018 in Blockchain by Christine
• 15,790 points
959 views
+1 vote
1 answer

Blockchain - Virtual box is set up and error while executing Hyperledger example from github

The challenge you are facing is mostly ...READ MORE

Mar 27, 2018 in Blockchain by Gabriel
• 680 points
868 views
+1 vote
2 answers

Challenge while setting up Hyperledger Fabric 1.0 in Ubuntu 16.04

The rocksdb error you're seeing wouldn't be ...READ MORE

Mar 27, 2018 in Blockchain by ned_crew
• 1,610 points

edited Jun 8, 2020 by Sirajul 926 views
+1 vote
1 answer

How does a miner get to know that a transaction is verified by all the nodes?

Contrary to the popular belief, it is ...READ MORE

Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
2,514 views
+1 vote
1 answer

When is the Transmission of new blocks happen between nodes of the network?

When a block is mined, it is ...READ MORE

Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
506 views
+1 vote
1 answer

How to deploy ethereum smart contracts on a website?

There are many ways to do this: 1 ...READ MORE

Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
1,664 views
+1 vote
1 answer

Language in which cryptokitties is programmed?

Cryptokitties is built on the Ethereum network. The ...READ MORE

Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
503 views
+15 votes
2 answers

What are the various blockchain smart contracts platforms?

While Ethereum is the most popular platform ...READ MORE

Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
940 views
+1 vote
1 answer

Security Properties of Hash Functions

The difference is indeed subtle. I understood ...READ MORE

Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
4,097 views
+4 votes
2 answers

How do I create a new block in Hyperledger Fabric?

This link might help you: https://github.com/hyperledger/fabric-sample ...READ MORE

Oct 11, 2018 in Blockchain by Sahu
2,350 views
+4 votes
2 answers

I am unable to connect Ganache with Truffle/Npm Dev server. Pls help.

The issue is at CurrentProvider. Give the url ...READ MORE

Mar 26, 2018 in Blockchain by Perry
• 17,100 points

edited Oct 11, 2018 by Omkar 2,223 views
+4 votes
5 answers

How is Blockchain a distributed database?

Think of blockchain as a relatively slow, ...READ MORE

Mar 26, 2018 in Blockchain by Christine
• 15,790 points
1,239 views
+1 vote
1 answer

Where is the Open API Specification generated by composer-rest-server stored in a Hyperledger Composer?

By default, the docs are at your ...READ MORE

Mar 26, 2018 in Blockchain by Christine
• 15,790 points
750 views
+2 votes
1 answer

What are the difference between various Hyperledger Projects?

Hyperledger incubates a plethora of business blockchain ...READ MORE

Mar 26, 2018 in Blockchain by Perry
• 17,100 points
1,261 views
0 votes
1 answer

How can i read headers of blockchain in multichain?

You could use a recent feature known ...READ MORE

Mar 26, 2018 in Blockchain by Perry
• 17,100 points
565 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
+1 vote
1 answer

Which blockchain framework should I learn?

There are a few frameworks to choose ...READ MORE

Mar 26, 2018 in Blockchain by Perry
• 17,100 points
402 views
+1 vote
1 answer

How blockchain node behaves upon receiving a new block when previous block wasn't acquired?

A node will ask for block number ...READ MORE

Mar 26, 2018 in Blockchain by Perry
• 17,100 points
1,167 views
+4 votes
4 answers

How does the blockchain verification process work?

First of all, when someone creates a ...READ MORE

Mar 26, 2018 in Blockchain by Perry
• 17,100 points
2,174 views
+1 vote
3 answers

Is it possible to store data about arbitrary objects on the blockchain using smart contracts?

Basically you implement requested logic on by ...READ MORE

Aug 30, 2018 in Blockchain by Artem
1,242 views