Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Added Quorum Dev Quickstart (#61)
Browse files Browse the repository at this point in the history
* 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
MadelineMurray authored Nov 1, 2020
1 parent fa5dc7d commit f80dfe3
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common
32 changes: 32 additions & 0 deletions docs/Tutorials/Quorum-Dev-Quickstart.md
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.
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ The primary application of Orion is as the private transaction manager for [Hype
Yes. [ConsenSys Quorum](https://consensys.net/quorum/developers) is the complete open source blockchain
layer with enterprise support available from [ConsenSys](https://consensys.net/quorum/contact-us).

## New to ConsenSys Quorum?

Get started with the [Quorum Developer Quickstart](Tutorials/Quorum-Dev-Quickstart.md). Use the quickstart
to rapidly generate local Quorum blockchain networks.

## What can you do with Orion?

Orion:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ nav:
- Using PostgreSQL: Tutorials/Using-PostgreSQL.md
- TLS: Tutorials/TLS.md
- Generating Orion certificates: Tutorials/Generating-Certificates.md
- Quorum Developer Quickstart: Tutorials/Quorum-Dev-Quickstart.md
- Concepts:
- Privacy groups: Concepts/Privacy-Groups.md
- Disaster recovery: Concepts/Disaster-Recovery.md
Expand Down

0 comments on commit f80dfe3

Please sign in to comment.