Skip to content

Commit e8e42d1

Browse files
chore: update README.md with creds how-to
1 parent 8dbf088 commit e8e42d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4760
For automatic environment variable loading, install [direnv](https://direnv.net/):

0 commit comments

Comments
 (0)