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 install
cp .env.example .env
Then update environment variables in .env
source .env
VITE_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 build
You can preview the production build with pnpm run preview
.
To deploy your app, you may need to install an adapter for your target environment.