Pendle SDK v2
WARNING
This package is not ready for public use. It is only intended for selected users.
Installation
Install the exact 1.6.3-mainnet
version of Pendle SDK via the following command:
yarn add "@pendle/sdk-v2@1.6.3-mainnet"
or
npm install "@pendle/sdk-v2@1.6.3-mainnet"
Documentation
- Pendle documentation.
- Pendle SDK tutorial with Nodejs Notebook. To be published.
-
API reference. To be published. You can generate the API reference by running
generate-docs
in the root directory.
Development
Checkout DEVELOPMENT.md.