From a3bbc0427fa51ad19f437545bf2e62e94fc3f13a Mon Sep 17 00:00:00 2001 From: EduconPC151 Date: Mon, 8 Dec 2025 20:43:41 +0300 Subject: [PATCH] add environment variables overview --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3cfb5e29..34fbd36b 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,11 @@ pnpm start - Optional: set `NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID` for better WalletConnect reliability. - Optional: add per-chain RPCs via `rpcOverrides` in `packages/nextjs/scaffold.config.ts`. +### Environment variables overview + +- **Local Hardhat node**: you only need the default values from `.env.example` (no Alchemy key required). +- **Sepolia testnet**: make sure `NEXT_PUBLIC_ALCHEMY_API_KEY` and the deployment mnemonic are set before running `pnpm deploy:sepolia` and `pnpm start`. + ## 🔧 Troubleshooting ### Common MetaMask + Hardhat Issues