File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,19 @@ brew install uv
4242 # - EXAMPLES_A2A_SELLER__PAY_TO_ADDRESS: Ethereum address to receive payments
4343 ```
4444
45+ 4 . ** Obtain required credentials:**
46+
47+ ** Google API Key** (required for seller example):
48+
49+ 1 . Visit [ Google AI Studio] ( https://aistudio.google.com/app/apikey )
50+ 2 . Sign in with your Google account
51+ 3 . Click "Get API key" or "Create API key"
52+ 4 . Copy the generated key and add it to your ` .env ` file
53+
54+ ** USDC Testnet Tokens** (required for buyer example):
55+
56+ Use the [ Circle USDC testnet faucet] ( https://faucet.circle.com ) to obtain test USDC for your buyer wallet address.
57+
4558### 💡 Optional: direnv
4659
4760For automatic environment variable loading, install [ direnv] ( https://direnv.net/ ) :
You can’t perform that action at this time.
0 commit comments