Explorer UI for grid 3 using the new graphql api.
$ git@github.com:threefoldtech/grid_explorer_ui.git
// You must have yarn installed globaly
$ yarn
$ cd grid_explorer_ui
$ yarn serve
Name | Required | Default |
---|---|---|
GQL_URL | True |
$ docker build -t explorer-ui .
$ docker run -p 8080:80 -e GQL_URL=https://graphql.dev.grid.tf/graphql explorer-ui
Name | Required | Default |
---|---|---|
GQL_URL | False | https://graphql.dev.grid.tf/graphql |
ingress.host | False | dashboard.com |
$ helm repo add tf-explorer https://threefoldtech.github.io/tfchain_explorer
$ helm install --set ingress.host=dashboard.com --set GQL_URL=https://graphql.dev.grid.tf/graphql --generate-name tf-explorer/tf-explorer
TODO: keep it in todo until all are alive
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