diff --git a/.env.local.example b/.env.local.example index 74c2034..3b409d0 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,4 +1,4 @@ -COINBASE_COMMERCE_API_KEY="GET_FROM_COINBASE_COMMERCE_PLATFORM" +NEXT_PUBLIC_COINBASE_COMMERCE_API_KEY="GET_FROM_COINBASE_COMMERCE_PLATFORM" # ~~~ NEXT_PUBLIC_GOOGLE_ANALYTICS_ID= diff --git a/README.md b/README.md index 94b14ff..212dd18 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -
- -
- # Onchain Commerce Template An Onchain Commerce Template build with [OnchainKit](https://onchainkit.xyz), and ready to be deployed to Vercel. @@ -19,14 +12,14 @@ To ensure all components work seamlessly, set the following environment variable You can find the API key on the [Coinbase Developer Portal's OnchainKit page](https://portal.cdp.coinbase.com/products/onchainkit). If you don't have an account, you will need to create one. -You can find your Coinbase Commerce API key after creating an account on [Coinbase Commerce](https://beta.commerce.coinbase.com/). +You can find your Coinbase Commerce API key after creating an account on [Coinbase Commerce](https://beta.commerce.coinbase.com/). If you don't have an account, you will need to create one. ```sh # See https://portal.cdp.coinbase.com/products/onchainkit NEXT_PUBLIC_CDP_API_KEY="GET_FROM_COINBASE_DEVELOPER_PLATFORM" # See https://beta.commerce.coinbase.com/ -COINBASE_COMMERCE_API_KEY="GET_FROM_COINBASE_COMMERCE" +NEXT_PUBLIC_COINBASE_COMMERCE_API_KEY="GET_FROM_COINBASE_COMMERCE" ```