threefoldtecharchive / tfchain_explorer

explorer UI for grid 3
https://explorer.dev.grid.tf
2 stars 0 forks source link

Grid Explorer UI

Version: 3.0.0

Explorer UI for grid 3 using the new graphql api.

Content


Download

  1. Clone the project
$ git@github.com:threefoldtech/grid_explorer_ui.git
  1. Install dependencies
// You must have yarn installed globaly
$ yarn
  1. Change Directory
$ cd grid_explorer_ui

serve-ui

$ yarn serve

Run Docker

Name Required Default
GQL_URL True
  1. Build local image
$ docker build -t explorer-ui .
  1. Run container
$ docker run -p 8080:80 -e GQL_URL=https://graphql.dev.grid.tf/graphql explorer-ui

Deploy Helm Chart

Name Required Default
GQL_URL False https://graphql.dev.grid.tf/graphql
ingress.host False dashboard.com
  1. Add repo
$ helm repo add tf-explorer https://threefoldtech.github.io/tfchain_explorer
  1. Run chart
$ helm install --set ingress.host=dashboard.com --set GQL_URL=https://graphql.dev.grid.tf/graphql --generate-name tf-explorer/tf-explorer

Screenshots

image

image

image

Available explorers

TODO: keep it in todo until all are alive

GraphQL

Info on TFChain is indexed over GraphQL and is available for queries.

Manual link: https://library.threefold.me/info/threefold#/manual_tfgrid3/threefold__grid3_explorer