@kayibal/fynd-client 0.43.0 → 0.43.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 +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,4 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript client for the [Fynd](https://fynd.xyz) DEX router.
|
|
4
4
|
|
|
5
|
-
For documentation, guides, and API reference
|
|
5
|
+
For documentation, guides, and API reference visit **<https://docs.fynd.xyz/>**.
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install @kayibal/fynd-client
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Quick start
|
|
14
|
+
|
|
15
|
+
See the [quickstart guide](https://docs.fynd.xyz/get-started/quickstart) and the
|
|
16
|
+
[full example](examples/tutorial/main.ts).
|