User interface for Gnosis Pay.
Set this variables in a .env file
VITE_PSE_RELAY_SERVER_ROUTEthe url of the relay server to request the PSE ephemeral token, e.g https://my-server.com/get-tokenVITE_PSE_APP_IDthe app id that you after registering as a partner to Gnosis Pay, e.ggp_abc...VITE_IFRAME_HOST(optional, prod is used per default) Gnosis pay public Partner Secure Elements endpointVITE_GNOSIS_PAY_API_BASE_URL(optional, prod url is used per default) Gnosis pay api endpointVITE_ZENDESK_KEY(optional) Zendesk key to enable Zendesk chat
pnpm installto install dependanciespnpm devto run the ui locallypnpm lint --fixto lint and fix any error that can be fixed for youpnpm buildto buildpnpm generate-api-typesto generate a client and types to interract with the gnosispay api