Skip to content

hyperledgendary/fabric-ccaas-asset-transfer-basic

Repository files navigation

fabric-external-asset-transfer-basic

This project serves as a guide for running the asset-transfer-basic Chaincode as a Service and using Chaincode External Builders configured for Kubernetes.

A sample integration is available with the Kubernetes Test Network

Quickstart

docker run \
  --rm \
  -e CHAINCODE_SERVER_ADDRESS=0.0.0.0:9999 \
  -e CHAINCODE_ID=basic_1.0:e47a28f7406718bb0c6cefb00a6a6167099bf2d426e802d417f54c32d1a1ea1b \
  -p 9999:9999 \
  ghcr.io/hyperledgendary/fabric-external-asset-transfer-basic 

Building the Image

Publishing the Image

Updating the Chaincode Deployment

About

Runs the asset-transfer-basic chaincode reference as a service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages