@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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daimo/sdk",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.2",
4
4
  "description": "Daimo SDK - universal ramp for stablecoin apps",
5
5
  "author": "Daimo",
6
6
  "license": "BSD-2-Clause",