Reader small image

You're reading from  Blockchain for Enterprise

Product typeBook
Published inSep 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781788479745
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Narayan Prusty
Narayan Prusty
author image
Narayan Prusty

Narayan Prusty is a full-stack developer. He works as a consultant for various start-ups around the world. He has worked on various technologies and programming languages but is very passionate about JavaScript, WordPress, Ethereum, Solr, React, Cordova, MongoDB, and AWS. Apart from consulting for various start-ups, he also runs a blog titled QNimate and a video tutorial site titled QScutter, where he shares information about a lot of the technologies he works on.
Read more about Narayan Prusty

Right arrow

Build your first Raft network


Now, we have installed Quorum and constellation successfully, it's time to set up our first Quorum network. Before setting up the network, you need to decide whether you want to use Raft or IBFT, and accordingly you need to plan and set up. We will learn setting up both kinds of networks. We will also set up a constellation network.

Now, let's build a Raft network with constellation. We will also see how to add and remove new nodes once the network is up and running. We will build a network of four nodes. 

Create a directory named raft. Then, place the geth and constellation-node binaries in it. You can use the --help option of geth and constellation-node to find the various sub-commands and options available.

Setting up a constellation network

Now, let's first create four constellation nodes. For development purposes, we will run all four nodes in the same machine. For every constellation node, we have to generate a separate asymmetric key pair. Run the following...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Blockchain for Enterprise
Published in: Sep 2018Publisher: PacktISBN-13: 9781788479745

Author (1)

author image
Narayan Prusty

Narayan Prusty is a full-stack developer. He works as a consultant for various start-ups around the world. He has worked on various technologies and programming languages but is very passionate about JavaScript, WordPress, Ethereum, Solr, React, Cordova, MongoDB, and AWS. Apart from consulting for various start-ups, he also runs a blog titled QNimate and a video tutorial site titled QScutter, where he shares information about a lot of the technologies he works on.
Read more about Narayan Prusty