This repo allows you to:
- start up a gno.land blockchain node
- start up a transaction indexer
- start a configurable recurring supernova test simulating network activity
- Display various blockchain metrics on a dashboard https://github.com/orcutt989/gnoland-metrics
- Install minikube
- Nice local Kubernetes option
- Install pulumi
- Infrastructure as code
- Install k9s and/or kubectl
- Allows you to interact visually with the Kubernetes cluster
- Perform these commands
minikube start
cd gnoland-stack
pulumi up
k9s
(maybe in another terminal to watch)
Forward the port for the gnoland-metrics service with kubectl
kubectl port-forward service/gnoland-metrics-service 8080:8080
Browse to http://localhost:8080/dashboard in your browser