.env
file in your project root:
PRIVATE_KEY
: Your EVM wallet’s private key (for signing payments)RESOURCE_SERVER_URL
: The base URL of the paid API (use the sample express server for this demo)ENDPOINT_PATH
: The specific endpoint path (e.g., /weather
)pnpm dev
in the client directory).