Skip to content

Create quorum based consortium, run it by Docker-compose & Kubernetes

Notifications You must be signed in to change notification settings

chrouzz/quorum-consortium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quorum-consortium

Create quorum based consortium, run it by Docker-compose & Kubernetes

Dependencies

  • docker
  • kubectl
  • minikube

Installation

git clone https://github.com/ATNIO/quorum-consortium.git
cd quorum-consortium
docker build -t quorum .

Usage

Docker-compose

Edit ip.cfg, enable the config for docker and disable the kubernetes one

./setup.sh
docker-compose up -d

Then geth attach http://0.0.0.0:22001 and copy code in scripts/contract_pri.js, paste it to the console to create a private contract.

Kubernetes

Edit ip.cfg, enable the config for kubernetes and disable the other one

./setup.sh
minikube start
kubectl create -f consortium.yaml,explorer.yaml

Now you have a local consortium cluster running inside minikube.

About

Create quorum based consortium, run it by Docker-compose & Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published