Requirements:
terminal 1:
minikube start --kubernetes-version=v1.25.3 --cpus max --memory max && skaffold run
terminal 2:
# It will end with keeping the terminal open for the tunnel.
./scripts/miscallaneous.sh
Default settings is to run against the Devnet, if you want to run against the Sandbox you need to do one of the following:
Update the CHICMOZ_AZTEC_RPC
in the .chicmoz-local.env
to your sandbox rpc url.
Update to the commented out config in both...
k8s/local/skaffold.local.yaml
k8s/local/aztec-listener/deployment.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.local.light.yaml
when developing locally you can command out the creation of the explorer-ui
and run it locally
cd services/exporer-ui/
yarn dev