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

Building QaaS


Now let's start building a QaaS platform, this lets us deploy, create, and join networks with just a click of a button. As you are aware, starting a Quorum node requires a lot of manual steps, such as creating the genesis.json file, the static-nodes.json file, and enode. As we are aiming to automate all these steps, it would require us to write automation scripts to perform these steps. So instead of writing complicated automation scripts, we will use Quorum Network Manager (QNM), which allows users to create and manage Quorum networks easily without any manual steps. 

QNM is an open source wrapper for Quorum to make it easy to set up Quorum networks. When you are using QNM, you no longer have to worry about enode, wallets, the genesis file, the static-nodes.json file, and so on. You can find the official QNM repository at https://github.com/ConsenSys/QuorumNetworkManager. At the time of writing, the latest version of QNM is v0.7.5-beta

Note

Note that QNM currently works only...

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