@parifi/sdk v2.0.12-dev
Parifi SDK
Parifi SDK simplifies the integration of Parifi protocol functionalities into your projects. It abstracts away technical implementation details, making it easier for developers and partners to build on top of the protocol.
Features
Abstraction of Technical Details: The SDK abstracts away the low-level technical implementation details of protocol functionalities, allowing developers to focus on building their applications without worrying about the underlying complexities.
Flexible Configuration: Developers can configure the SDK with RPC, Subgraph, Relayer, and Pyth price feed details. Most configurations are optional, with default public values provided if not specified.
Reduced Development Time: By providing easy-to-use functions, the SDK significantly reduces overall development time for integrating Parifi protocol functionalities into projects.
Installation
To install the Parifi SDK, you can use npm or yarn:
npm install @parifi/sdk
or
yarn add @parifi/sdk
Usage
- Import the SDK: Import the Parifi SDK into your project.
import { ParifiSdk } from '@parifi/sdk';
- Initialize Parifi SDK: Initialize the Parifi SDK with your configuration details.
const rpcConfig = { /* RPC configuration */ };
const subgraphConfig = { /* Subgraph configuration */ };
const relayerConfig = { /* Relayer configuration */ };
const pythConfig = { /* Pyth price feed configuration */ };
const parifiSdk = new ParifiSdk(rpcConfig, subgraphConfig, relayerConfig, pythConfig);
- Initialize Parifi SDK: Initialize the Parifi SDK with your configuration details.
const parifiSdk = new ParifiSdk(rpcConfig, subgraphConfig, relayerConfig, pythConfig);
await parifiSdk.init();
- Use Parifi SDK Functions: Use the functions provided by the Parifi SDK to access protocol functionalities.
const positionsToLiquidate = await parifiSdk.subgraph.getPositionsToLiquidate();
Support
If you encounter any issues or have any questions about the Parifi SDK, please don't hesitate to reach out to our team at dev@parifi.org.
Contributing
We welcome contributions from the community! If you have any suggestions, bug fixes, or new features to propose, please open an issue or submit a pull request on our GitHub repository.
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
12 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
11 months ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago