Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions templates/minikit-nextjs/.template.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Public project name shown by the template UI.
NEXT_PUBLIC_PROJECT_NAME="template-next-basic"

# Coinbase Developer Platform API key used by OnchainKit.
# Create one at https://portal.cdp.coinbase.com/
NEXT_PUBLIC_ONCHAINKIT_API_KEY=""

# Public URL of your Mini App.
# Use your deployed app URL in production.
NEXT_PUBLIC_URL=""

# Network note:
# This template is configured for Base mainnet by default in app/rootProvider.tsx.
# For Base Sepolia development, update the chain configuration there to `baseSepolia`.
8 changes: 8 additions & 0 deletions templates/onchainkit-nextjs/.template.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Public project name shown by the template UI.
NEXT_PUBLIC_PROJECT_NAME="template-next-basic"

# Coinbase Developer Platform API key used by OnchainKit.
# Create one at https://portal.cdp.coinbase.com/
NEXT_PUBLIC_ONCHAINKIT_API_KEY=""

# Network note:
# This template is configured for Base mainnet by default in app/rootProvider.tsx.
# For Base Sepolia development, update the chain configuration there to `baseSepolia`.