diem / explorer

Apache License 2.0
6 stars 12 forks source link

Diem Explorer

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.

Goals

Getting Started

Configuring Hasura

Hasura must be configured to connect to a database.

TODO: describe what this database is and where to get the credentials.

Track the following tables and views:

Using the Makefile

Explorer uses make to automate development tasks. In general, every development task related to the application lifecycle can be controlled via make. The following commands are provided:

General

Less Commonly Used

Helm Chart

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.

Release new helm chart