Overview
Welcome to The Storyhunt V3 SDK
The Storyhunt V3 SDK offers tools and abstractions designed to streamline interaction with the Storyhunt V3 smart contracts in a TypeScript/JavaScript environment, such as websites or Node.js scripts. It leverages the Core SDK to access features and abstractions commonly shared across Storyhunt SDKs. With this SDK, you can process data retrieved from the EVM using libraries that address tasks like data modeling, ensuring accuracy in calculations, and enforcing strict typing during development.
For those seeking a lightweight and efficient alternative to the full SDK, the wrapper-sdk is an excellent choice. It focuses on providing the core functionalities needed for swapping tokens and managing liquidity, along with essential utilities to streamline these processes. This makes it ideal for developers who need a faster setup and minimal overhead while still accessing critical features.
Installation
To use the V3 SDK, itβs recommended to install it via npm or yarn:
npm install --save @storyhunt/v3-sdk
npm install --save @storyhunt/sdk-core