logo7702 Workshop
Setup

Environment Variables

Setting up the environment variables.

1. Copy the .env.example file

cp .env.example .env.local

2. Edit .env.local file

VITE_PRIVY_APP_ID=
VITE_RELAY_PRIVATE_KEY=

Here's a brief explanation of the variables:

  • VITE_PRIVY_APP_ID: The ID of your Privy app. Obtained from the Privy dashboard.
  • VITE_RELAY_PRIVATE_KEY: The private key of the relayer that will be used to call our EOA / Embedded Wallet.

On this page