Material for Quorum trainings
- contract: Smart contracts & Truffle config files
- example-app: Source code to run example application
- run-nodes: Config files to back up quorum-wizard generated files
(For a 3-node Raft Quorum network in Docker)
-
Node.js and NPM package manager
-
Install Quorum Wizard:
npm install -g quorum-wizard
-
Make sure you have Docker installed.
- test with the command
docker --version
- Mac install instructions
- Ubuntu install instructions
- Windows 10 + WSL install instructions
- test with the command
-
Check that
docker-compose
command is available:docker-compose --help
-
Ensure Docker has access to enough memory. We recommend commiting at least 6 gb memory, but no more than 50% of your system's resources for this tutorial. -In Docker Desktop Setting, select "Advanced" and slide the Memory slider to 6144 (or higher) OR up to 50% of available memory.
-
Optional: Install Metamask wallet as browser extension on Google Chrome or Firefox