Skip to content

Aztecscan - the Aztec block explorer, running locally against sandbox. Or our publicly deployed version with Testnet indexed.

License

Notifications You must be signed in to change notification settings

aztlan-labs/chicmoz

Repository files navigation

Chicmoz - aztecscan.xyz

running locally

Requirements:

terminal 1:

minikube start --kubernetes-version=v1.25.3 --cpus max --memory max && skaffold run -f k8s/local/skaffold.default.yaml

terminal 2:

⚠️ will ask for your password in order to port forward

# 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...

Different Aztec-setups

Option 0 - default

Default settings is to set up a sandbox in the local cluster.

Option 1 - connect to your already running sandbox or to public devnet

⚠️ Make sure you have .chicmoz.env file in the root

TODO

Pro tip

1

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