Chicmoz - aztecscout.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/miscallaneous.sh
Now you can access the explorer at http://explorer-ui.localhost and also...
- API: http://explorer-api.localhost
- index of API: http://explorer-api.localhost/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4/l2/index
Default settings is to set up a sandbox in the local cluster.
Update the CHICMOZ_AZTEC_RPC
in the .chicmoz-local.env
to desired endpoint and then run
skaffold run -f k8s/local/skaffold.remote_aztec.yaml
after the first time you have deployed the app you can run the following command to have faster deployments:
skaffold run -f k8s/local/skaffold.default_dev.yaml
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:
cd services/exporer-ui/
yarn dev