Skip to content

Commit 0a29a2f

Browse files
chore: add .env.example and update setup instructions
1 parent 8cfa0f1 commit 0a29a2f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.env.example

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ===============================
2+
# OnchainKit Environment Example
3+
# ===============================
4+
5+
# Coinbase OnchainKit API Key
6+
# Replace with your actual key (if you have one)
7+
# You can leave this empty for open-source / Storybook builds
8+
NEXT_PUBLIC_ONCHAINKIT_API_KEY=
9+
10+
# Wagmi / Ethereum Chain Settings
11+
# Example: base, mainnet, polygon, etc.
12+
NEXT_PUBLIC_DEFAULT_CHAIN=base
13+
14+
# Analytics or telemetry flags (optional)
15+
ENABLE_ANALYTICS=false
16+
17+
# Storybook environment flag
18+
STORYBOOK_ENV=local

0 commit comments

Comments
 (0)