@coinbase/create-cdp-app 0.0.51 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ You can also pass command-line arguments to pre-configure the setup process.
|
|
|
75
75
|
| `--template <name>` | Specifies the project template to use. Options: `react`, `nextjs`, `react-native`. |
|
|
76
76
|
| `--project-id <id>` | Your CDP Project ID from the portal. |
|
|
77
77
|
| `--account-type <type>` | Specifies the account type to configure. Options: `evm-eoa` (default), `evm-smart`, `solana`. |
|
|
78
|
-
| `--onramp` | Enables Coinbase Onramp. <br
|
|
78
|
+
| `--onramp` | Enables Coinbase Onramp. <br />**Note:** This is only compatible with the `nextjs` template. If no template is specified, `nextjs` will be used automatically. If an incompatible template (e.g., `react`) is specified, this flag will be ignored and Onramp will be disabled. |
|
|
79
79
|
| `--no-onramp` | Disables Coinbase Onramp. |
|
|
80
80
|
|
|
81
81
|
### Examples
|