Deploy/Management Tools of Quorum Collected

A lot of tools and examples that make it easy to get started with Quorum, including J.P. Morgan self-developed, and those from some third parties.

self-owned:

Quorum Wizard

A command line tool that allow users to set up a development Quorum network on their local machine in less than 2 minutes. It provides options for configuring the network and then generates all the resources to run either in containers using docker-compose, or locally through the use of bash scripts. (Requires NodeJS, Linux/Mac only)

Quorum Cloud

Quorum Cloud can be used to bootstrap a Quorum network in the cloud. It uses Terraform to create a 7 node Quorum network deployed on AWS using AWS ECS Fargate, S3 and an EC2. The currently supported platforms are AWS and Travis CI.

Quorum Examples

Quorum Examples provides the means to quickly create a pre-configured sample Quorum network that can be run either in

a virtual-machine environment using Vagrant,

in containers using docker-compose, or

locally through the use of bash scripts to automate creation of the network.

Qubernetes

run configurable N node Quorum networks on Kubernetes. You can use kind or Minikube for local development. For long running networks, use a cloud service (e.g. Google Kubernetes Engine, Azure KS, AWS EKS) or a self-hosted Kubernetes cluster.

Cakeshop

Cakeshop can either start up a geth node, which you can then interact with using the Cakeshop front-end, or it can be connected to an Ethereum-like node, such as Quorum, that you already have running.

3rd party:

Greenhouse

https://greenhouse.blocktest.com/home
image

An integrated toolbox for blockchain DevOps, an automated middleware development platform as a service, so that you can build audible blockchain applications in a streamlined way and on consistent sets of architectural plumbing principles, knowing you can scale to serve and protect millions of client users.

Quorum Maker


image

Synechron’s Quorum Maker is a tool that allows users to create and manage Quorum network based on Docker. This provides a wizard-like interface with a series of questions to guide the user when creating nodes. Quorum Maker can create nodes to:

run with docker-compose (Raft consensus/Quorum 2.2.0) for easy use in development environments; or,

nodes to be distributed on separate Linux boxes or cloud instances for a production environment (Raft consensus/Quorum 2.2.0)

Quorum Maker is implemented by pure shell.

QuorumNetworkManager

A CLI tool makes creating & managing Quorum networks easy. Build with NodeJS+Shell.

Quorum Blockchain Explorer

A Docker based Blockchain Explorer for Quorum which supports viewing private transactions.