đŸ—ī¸SDKs

The SDKs are utility library designed to streamline interactions and calculations for DEX. It works as an abstraction layer that simplifies commonly needed functionalities.

Key Features

  • Abstracted Calculations: Handles intricate price computations, percent allocations, and token balances, eliminating redundant boilerplate code.

  • Performance Optimisation: Efficiently manages calculations to reduce on-chain interactions where possible.

Integration with wrapper-sdk

The Wrapper SDK utilizes the Helper SDK to enhance the abstraction layer, making the SDK more developer-friendly and manageable for integration with external wallet providers (e.g., OKX Wallet).

By using the Helper SDK, developers can:

  • Implement custom logic that adapts to their dex needs.

  • Perform tasks like token pricing, swap fee breakdowns, and percent calculations through simple APIs.

  • Enhance the user experience in decentralized ecosystems through optimized, pre-packaged methods.