Chicmoz - aztecscan.xyz
Requirements:
terminal 1:
minikube start --kubernetes-version=v1.25.3 --cpus max --memory max && skaffold run -f k8s/local/skaffold.default.yaml
terminal 2:
# It will end with keeping the terminal open for the tunnel.
./scripts/miscellaneous.sh
Now you can access the explorer at http://sandbox.chicmoz.localhost and also...
- API: http://api.sandbox.chicmoz.localhost
- index of API: http://api.sandbox.chicmoz.localhost/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4/l2/index
Default settings is to set up a sandbox in the local cluster.
TODO
if you run the explorer with skaffold run -f k8s/local/skaffold.no_ui.yaml
you can run the explorer-ui locally for even faster frontend development:
yarn build:packages
cd /services/explorer-ui
yarn
yarn build
yarn dev