@fiber-pay/sdk 0.1.0-rc.1

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 ADDED
@@ -0,0 +1,20 @@
1
+ # @fiber-pay/sdk
2
+
3
+ Core SDK for building Fiber Network applications on CKB Lightning.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ pnpm add @fiber-pay/sdk
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```ts
14
+ import { createFiberRpcClient } from '@fiber-pay/sdk';
15
+ ```
16
+
17
+ ## Compatibility
18
+
19
+ - Node.js `>=20`
20
+ - Fiber target: `v0.6.1`