đŸ› ī¸Wrapper SDK

Overview

The @storyhunt/wrapper-sdk provides tools to interact with StoryHunt V3 DEX Smart Contracts on the Story Odyssey Testnet. It enables:

  • Finding liquidity routes and executing token swaps.

  • Approving tokens for the V3 Swap Router or Non-Fungible Position Manager.

  • Adding liquidity to V3 pools with customizable price ranges.

  • Managing token balances, allowances, and other utilities.

All functions, types, and constants can be accessed by importing from @storyhunt/wrapper-sdk.

This SDK works in Node.js and browser environments, provided the necessary environment variables and credentials are set.

Resources