-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# For local development, copy this file, rename it to .env.local, and fill in the values. | ||
# When deploying live, you'll need to store the vars in Vercel/System config. | ||
|
||
# If not set, we provide default values (check `scaffold.config.ts`) so developers can start prototyping out of the box, | ||
# but we recommend getting your own API Keys for Production Apps. | ||
|
||
# To access the values stored in this env file you can use: process.env.VARIABLENAME | ||
# You'll need to prefix the variables names with NEXT_PUBLIC_ if you want to access them on the client side. | ||
# More info: https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables | ||
|
||
# Get your Alchemy API Key here: https://dashboard.alchemy.com/ | ||
NEXT_PUBLIC_ALCHEMY_API_KEY= | ||
# Get your WalletConnect Project ID here (go to Projects section): https://cloud.reown.com/app/ | ||
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= | ||
|
||
# Get your OnchainKit API Key here: https://portal.cdp.coinbase.com/products/onchainkit | ||
NEXT_PUBLIC_ONCHAINKIT_API_KEY= | ||
# Get your OnchainKit Project ID here: https://portal.cdp.coinbase.com/projects/ | ||
NEXT_PUBLIC_CDP_PROJECT_ID= | ||
|
||
# Generate your Pinata credentials here: https://app.pinata.cloud/developers/api-keys | ||
NEXT_PUBLIC_PINATA_API_KEY= | ||
NEXT_PUBLIC_PINATA_SECRET_API_KEY= | ||
|