forked from Consensys/quorum-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Consensys#139 from ConsenSys/depracation-announcement
Deprecation announcement
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,20 @@ | |
[GoQuorum Wizard](https://github.com/ConsenSys/quorum-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. | ||
|
||
![](docs/quorum-wizard.gif) | ||
## ⚠️ Project Deprecation Notice ⚠️ | ||
|
||
quorum-wizard will be deprecated on December 31st 2021, date from when we will stop supporting the project. | ||
|
||
From now on, we encourage all users to use to [quorum-dev-quickstart](https://github.com/ConsenSys/quorum-dev-quickstart) which is a similar tool offering extra compatibility with Quorum products, in particular Hyperledger Besu and Orchestrate. | ||
|
||
We will continue to support quorum-wizard in particular fixing bugs until the end of 2021. | ||
|
||
If you have any questions or concerns, please reach out to the ConsenSys protocol engineering team on [#Discord](https://chat.consensys.net) or by [email](mailto:[email protected]). | ||
|
||
## Using GoQuorum Wizard | ||
|
||
![](docs/quorum-wizard.gif) | ||
|
||
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](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) installed (version 10 or higher). | ||
|
||
Using npx to run the wizard without the need to install: | ||
|