diff --git a/providers/coinbase.mdx b/providers/coinbase.mdx index af7fdea..a110fa9 100644 --- a/providers/coinbase.mdx +++ b/providers/coinbase.mdx @@ -29,7 +29,7 @@ To use the Coinbase integration, you need: ## Getting your API credentials -1. Log in to your Coinbase account +1. Log in to your [Coinbase Developer Platform](https://portal.cdp.coinbase.com/) account 2. Navigate to Settings → API 3. Create a new API key with the following permissions: - View account information diff --git a/quickstart.mdx b/quickstart.mdx index 15ddd84..2c254e5 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -49,6 +49,10 @@ After running `bin/setup`, you can optionally load demo data with: rake demo_data:default ``` + +Demo data is only available when running Sure in development mode, not in production or self-hosted deployments. + + ### Setup guides