This repository was archived by the owner on Feb 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Quorum Developer Quickstart
3
+ description : Rapidly generate local Quorum blockchain networks.
4
+ ---
5
+
6
+ # Quorum Developer Quickstart
7
+
8
+ ## Prerequisites
9
+
10
+ - [ Docker and Docker-compose] ( https://docs.docker.com/compose/install/ )
11
+ - [ Nodejs] ( https://nodejs.org/en/download/ )
12
+ - On Windows:
13
+ - Windows Subsystem for Linux 2
14
+ - Docker desktop configured to use the WSL2-based engine.
15
+
16
+ !!! important
17
+ Ensure you allow Docker up to 4G of memory or 6G if running the privacy examples.
18
+ Refer to the _ Resources_ section in [ Docker for Mac] ( https://docs.docker.com/docker-for-mac/ ) and
19
+ [ Docker Desktop] ( https://docs.docker.com/docker-for-windows/ ) for details.
20
+
21
+ ## Usage
22
+
23
+ To create the docker-compose file and artifacts, run:
24
+
25
+ ``` bash
26
+ npx quorum-dev-quickstart
27
+ ```
28
+
29
+ Follow the prompts displayed.
30
+
31
+ When installation is complete, refer to ` README.md ` in the installation directory for more information
32
+ on your test network.
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ The primary application of Orion is as the private transaction manager for [Hype
14
14
Yes. [ ConsenSys Quorum] ( https://consensys.net/quorum/developers ) is the complete open source blockchain
15
15
layer with enterprise support available from [ ConsenSys] ( https://consensys.net/quorum/contact-us ) .
16
16
17
+ ## New to ConsenSys Quorum?
18
+
19
+ Get started with the [ Quorum Developer Quickstart] ( Tutorials/Quorum-Dev-Quickstart.md ) . Use the quickstart
20
+ to rapidly generate local Quorum blockchain networks.
21
+
17
22
## What can you do with Orion?
18
23
19
24
Orion:
Original file line number Diff line number Diff line change 63
63
- Using PostgreSQL : Tutorials/Using-PostgreSQL.md
64
64
- TLS : Tutorials/TLS.md
65
65
- Generating Orion certificates : Tutorials/Generating-Certificates.md
66
+ - Quorum Developer Quickstart : Tutorials/Quorum-Dev-Quickstart.md
66
67
- Concepts :
67
68
- Privacy groups : Concepts/Privacy-Groups.md
68
69
- Disaster recovery : Concepts/Disaster-Recovery.md
You can’t perform that action at this time.
0 commit comments