
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
quorum-wizard
Advanced tools
GoQuorum Wizard is a command line tool that allows users to set up a development GoQuorum network on their local machine in less than 2 minutes.

GoQuorum Wizard is written in Javascript and designed to be run as a global NPM module from the command line. Make sure you have Node.js/NPM installed (version 10 or higher).
Using npx to run the wizard without the need to install:
npx quorum-wizard
You can also install the wizard globally with npm:
npm install -g quorum-wizard
# Once the global module is installed, run:
quorum-wizard
Note: Many installations of npm don't have permission to install global modules and will throw an EACCES error. Here is the recommended solution from NPM
Here are the dependencies (in addition to NodeJS 10+) that are required depending on the mode that you run the wizard in:
Bash:
Docker Compose:
Kubernetes:
You can also provide these flags when running quorum-wizard:
| Flags | Effect |
|---|---|
-q, --quickstart | Create 3 node raft network with tessera and cakeshop (no user-input required) |
generate --config <PATH> | Generate a network from an existing config.json file |
-r, --registry <REGISTRY> | Use a custom docker registry (instead of registry.hub.docker.com) |
-o, --outputPath <PATH> | Set the output path. Wizard will place all generated files into this folder. Defaults to the location where Wizard is run |
-v, --verbose | Turn on additional logs for debugging |
--version | Show version number |
-h, --help | Show help |
To explore the features of GoQuorum and deploy a private contract, follow the instructions on Interacting with the Network.
The wizard provides the option to deploy some useful tools alongside your network. Learn more on the Tools page.
Clone this repo to your local machine.
npm install to get all the dependencies.
npm run test:watch to automatically run tests on changes
npm run start to automatically build on changes to any files in the src directory
npm link to use your development build when you run the global npm command
quorum-wizard to run (alternatively, you can run node build/index.js)
GoQuorum Wizard is built on open source and we invite you to contribute enhancements. Upon review you will be required to complete a Contributor License Agreement (CLA) before we are able to merge. If you have any questions about the contribution process, please feel free to send an email to quorum@consensys.net.
Stuck at some step? Please join our Slack community for support.
FAQs
Tool for walking through the setup of networks.
The npm package quorum-wizard receives a total of 0 weekly downloads. As such, quorum-wizard popularity was classified as not popular.
We found that quorum-wizard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.