Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.24 KB

Quorum

Material for Quorum trainings

Directories

  • 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)

Course Prerequisites:

  1. Node.js and NPM package manager

  2. Install Quorum Wizard:

    • npm install -g quorum-wizard
  3. Make sure you have Docker installed.

  4. Check that docker-compose command is available:

    • docker-compose --help
  5. 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.

  6. Optional: Install Metamask wallet as browser extension on Google Chrome or Firefox