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

Installing Quorum and constellation


Now we are quite confident about the Quorum's consensus protocols, Ethereum accounts, transactions, and private contracts. It's time to build a Quorum network. Before that, we need to learn how to install Quorum and constellation. Remember that constellation is optional and should only be integrated in the Quorum network if private contracts are required.

The best way to install Quorum and constellation is to build the source code. In this book, we will concentrate on steps for Ubuntu and macOS only. You can find Quorum's source code at https://github.com/jpmorganchase/quorum , whereas you can find constellation source code at https://github.com/jpmorganchase/constellation.

Following are the three basic commands to build Quorum from source code:

git clone https://github.com/jpmorganchase/quorum.git
cd quorum
make all

Now, go into the build/bin/ directory and you will find the gethexecutable, which is the node software for running the Quorum node. Also, you...

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