- Deploy kind cluster, local image registry, and nginx ingress
- Deploy Hyperledger fabric crds, operator
- Deploy simple network
- Create 2 organization's channel
- Build chain as a service for user digital identity
- Enroll user msp using enroller service
- Deploy gateway service for rest API
- kubectl
- jq
- just to run all the comamnds here directly
- kind if you want to create a cluster locally, see below for other options
- k9s (recommended, but not essential)
curl -sSLO https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh && chmod +x install-fabric.sh
./install-fabric.sh binary
export WORKSHOP_PATH=$(pwd)
export PATH=${WORKSHOP_PATH}/bin:$PATH
export FABRIC_CFG_PATH=${WORKSHOP_PATH}/configexport WORKSHOP_INGRESS_DOMAIN=localho.st
export WORKSHOP_NAMESPACE=test-networkjust