This package contains the Guardian prover health check UI built with svelte and wagmi
To get started, open your terminal in /packages/guardian-prover-health-check-ui/
Install all dependencies with
pnpm installcp .env.example .envThen update environment variables in .env
source .envVITE_GUARDIAN_PROVER_API_URL=
VITE_GUARDIAN_PROVER_CONTRACT_ADDRESS=
VITE_RPC_URL=pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open
# if you want to expose the IP to your network you can use this flag
pnpm dev --host
To create a production version of your app:
pnpm run buildYou can preview the production build with pnpm run preview.
To deploy your app, you may need to install an adapter for your target environment.