Environment Variables
- rename the .env.example file to .env
- add your walletconnect project id to NEXT_PUBLIC_WCID
- If you're using mainnet, add 1 to NEXT_PUBLIC_NETWORK_ID
- regenerate a strong Next Auth key (i.e. openssl rand -base64 32) for NEXTAUTH_SECRET
Complete the .env steps above...
>> npm install
>> npm run dev