This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updating submodule to latest Signed-off-by: Madeline <[email protected]> * Added Quorum dev quickstart Signed-off-by: Madeline <[email protected]> * newline Signed-off-by: Madeline <[email protected]>
- Loading branch information
1 parent
fa5dc7d
commit f80dfe3
Showing
4 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
from a857aa to 55472a
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Quorum Developer Quickstart | ||
description: Rapidly generate local Quorum blockchain networks. | ||
--- | ||
|
||
# Quorum Developer Quickstart | ||
|
||
## Prerequisites | ||
|
||
- [Docker and Docker-compose](https://docs.docker.com/compose/install/) | ||
- [Nodejs](https://nodejs.org/en/download/) | ||
- On Windows: | ||
- Windows Subsystem for Linux 2 | ||
- Docker desktop configured to use the WSL2-based engine. | ||
|
||
!!! important | ||
Ensure you allow Docker up to 4G of memory or 6G if running the privacy examples. | ||
Refer to the _Resources_ section in [Docker for Mac](https://docs.docker.com/docker-for-mac/) and | ||
[Docker Desktop](https://docs.docker.com/docker-for-windows/) for details. | ||
|
||
## Usage | ||
|
||
To create the docker-compose file and artifacts, run: | ||
|
||
```bash | ||
npx quorum-dev-quickstart | ||
``` | ||
|
||
Follow the prompts displayed. | ||
|
||
When installation is complete, refer to `README.md` in the installation directory for more information | ||
on your test network. |
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
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