The Diem Explorer is an open-source web-based UI for Diem flavored blockchains which is going to provide a suite of introspection tools for the blockchain.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add diem-explorer https://diem.github.io/explorer
You can then run helm search repo diem-explorer to see the charts.
helm package helm/
helm repo index . --url https://diem.github.io/explorer/
gh-pages branch and update index
git checkout gh-pages
helm repo index . --url https://diem.github.io/explorer/
# git add should pickup the changes of the new binary file, and the index.yaml file
git add .
git commit -m "[helm-chart] release new version"
gh-pages branch