For the complete documentation index, see llms.txt. This page is also available as Markdown.

CAT-BM Canton Service Installation

Instructions for deploying the CatalyX Blockchain Manager Canton Service using Helm.

Install the Catalyst Blockchain Manager Canton Service

Use the following command:

helm upgrade --install ${canton_release_name} catbp/canton-console --values values.yaml -n ${ns_name}

where:

  • ${canton_release_name} — name of the Catalyst Blockchain Manager Canton service release. You can choose any name/alias. It is used to address for updating, deleting the Helm chart.

  • catbp/canton-console — chart name, where “catbp” is a repository name, “canton-console” is the chart name.

  • values.yaml — a values file.

  • ${ns_name} — name of the namespace you’ve created before

You can check the status of the installation by using these commands:

  • helm ls — check the "status" field of the installed chart.

Status “deployed” should be shown.

  • kubectl get pods — get the status of applications separately.

All pods statuses must be “running.”

  • kubectl describe pod $pod_name — get detailed information about pods.

Last updated

Was this helpful?