@coinbase/cdp-api-client 0.0.7 → 0.0.9
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 +8 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# cdp-api-client
|
|
2
2
|
|
|
3
3
|
This package contains the autogenerated CDP API client, and a thin wrapper
|
|
4
|
-
around it to add middleware around it. It is
|
|
5
|
-
|
|
4
|
+
around it to add middleware around it. It is not intended to be used directly. Instead,
|
|
5
|
+
use:
|
|
6
|
+
|
|
7
|
+
1. @coinbase/cdp-core - Core business logic to access the embedded wallet APIs
|
|
8
|
+
1. @coinbase/cdp-hooks - React hooks for state management of end users with embedded wallets
|
|
9
|
+
1. @coinbase/cdp-react - Off-the-shelf UI components for embedded wallets
|
|
10
|
+
1. @coinbase/cdp-wagmi - Embedded wallet connector for Wagmi
|
|
11
|
+
1. @coinbase/create-cdp-app - A CLI for creating a starter app using the packages above
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cdp-api-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
{
|
|
26
26
|
"name": "full-package",
|
|
27
27
|
"path": "./dist/esm/index.js",
|
|
28
|
+
"running": false,
|
|
28
29
|
"import": "*",
|
|
29
30
|
"limit": "40 KB"
|
|
30
31
|
}
|