quorum

(★ 4,764)

A permissioned implementation of Ethereum supporting data privacy

File Explorer

  • .bintray.json
  • .dockerignore
  • .gitattributes
  • .gitignore
  • .gitmodules
  • .golangci.yml
  • .mailmap
  • .travis.yml
  • appveyor.yml
  • AUTHORS
  • BUILDING.md
  • circle.yml
  • COPYING
  • COPYING.LESSER
  • Dockerfile
  • Dockerfile.alltools
  • go.mod
  • go.sum
  • interfaces.go
  • logo.png
  • Makefile
  • mkdocs.yml
  • NOTES.md
  • oss-fuzz.sh
  • README.md
  • SECURITY.md

# Installation Guide

go
Prerequisites

Setup Steps

git clone https://github.com/Consensys/quorum.git

Clone the project source code.

make geth

Build the core geth executable for GoQuorum.

Key Commands

make geth

Build the geth binary.

make all

Build all GoQuorum utility tools.

go test ./...

Run all tests in the project.

Go 1.16 or higher is required to build GoQuorum.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

geth

View Details ▼

The go-ethereum command-line interface.

geth

Connect to the main Ethereum network and automatically download the full node:

geth --testnet

Connect to the Ropsten test network:

geth account new

Create a new account:

# Project Badges

// repository documentation