@0dotxyz/p0-ts-sdk 1.0.0 → 1.1.0-alpha.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 +7 -4
- package/dist/index.cjs +8750 -2539
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7334 -4808
- package/dist/index.d.ts +7334 -4808
- package/dist/index.js +11615 -5409
- package/dist/index.js.map +1 -1
- package/dist/{dto-farm.types-D9Q3c7Q7.d.cts → rewards.types-CaEoVXqe.d.cts} +543 -102
- package/dist/{dto-farm.types-D9Q3c7Q7.d.ts → rewards.types-CaEoVXqe.d.ts} +543 -102
- package/dist/vendor.cjs +19931 -2501
- package/dist/vendor.cjs.map +1 -1
- package/dist/vendor.d.cts +14287 -5
- package/dist/vendor.d.ts +14287 -5
- package/dist/vendor.js +19612 -2237
- package/dist/vendor.js.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
# Project 0 TypeScript SDK
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@0dotxyz/p0-ts-sdk)
|
|
4
|
-
[](https://www.npmjs.com/package/@0dotxyz/p0-ts-sdk)
|
|
5
|
-
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://www.typescriptlang.org/)
|
|
3
|
+
[](https://www.npmjs.com/package/@0dotxyz/p0-ts-sdk)
|
|
4
|
+
[](https://www.npmjs.com/package/@0dotxyz/p0-ts-sdk)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://github.com/0dotxyz/p0-ts-sdk)
|
|
7
8
|
|
|
8
9
|
A modern, type-safe TypeScript SDK for interacting with the P0 Protocol on Solana. Lend, borrow, and manage leveraged DeFi positions with a clean, developer-friendly API.
|
|
9
10
|
|
|
11
|
+
📖 **[Read the Full Documentation](https://docs.0.xyz/docs/typescript-sdk/getting-started)**
|
|
12
|
+
|
|
10
13
|
## Features
|
|
11
14
|
|
|
12
15
|
- 🔒 **Type-safe**: Full TypeScript support with comprehensive type definitions
|