Create quorum based consortium, run it by Docker-compose & Kubernetes
docker
kubectl
minikube
git clone https://github.com/ATNIO/quorum-consortium.git
cd quorum-consortium
docker build -t quorum .
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.
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.