@daimo/sdk 1.0.0-rc.1 → 1.0.0-rc.2
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 +15 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<img src="https://daimo.com/og-image.png" alt="Daimo" width="400" />
|
|
2
|
+
|
|
3
|
+
# Daimo SDK
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
npm i @daimo/sdk
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
See [docs.daimo.com](https://docs.daimo.com) for more.
|
|
10
|
+
|
|
11
|
+
### Entry points
|
|
12
|
+
|
|
13
|
+
- `@daimo/sdk/common` — session types, API schemas, and constants
|
|
14
|
+
- `@daimo/sdk/client` — thin REST client wrapping `/v1/*` Daimo API, useful for custom UI
|
|
15
|
+
- `@daimo/sdk/web` — React modal (`<DaimoModal>`) and hooks for the built-in deposit UI
|