0xAdventure
  • Overview
  • Product
    • Floorswap
      • USER GUIDE
        • Trading Modes
        • How to Buy NFTs?
        • How to Sell NFTs?
        • How to Set Your Slippage Tolerance?
        • How to Add Liquidity?
        • How to Increase Liquidity?
        • How to Remove Liquidity?
        • How to Manage Liquidity Positions?
        • How to Deposit?
        • How to Withdraw?
        • Fees
      • RISKS
      • TECHNICAL REFERENCE
        • Swap Method
        • Bonding Curve
      • DEVELOPERS
        • APIs
          • FloorSwap API V1.0
            • API Overview
            • Pool List
            • Pool Detail
            • Swap Info
            • Position Info
            • Position List
            • Position History
        • SDKs
          • Foorswap SDK V1.0
            • Pool
            • Position
            • Swap
            • Account
    • Launchpad
    • GAME Swap
    • Cross-chain bridge
    • AI-specialized NFT
    • AI narrative engine
    • AI creative partners
  • Tokenomics
  • Media Kit
Powered by GitBook
On this page
  1. Product
  2. Floorswap
  3. DEVELOPERS

SDKs

PreviousPosition HistoryNextFoorswap SDK V1.0

Last updated 12 months ago

With SDKs, you will build applications easily!!!

The Floorswap SDK provides abstractions to assist you with interacting with the Floorswap smart contracts in a Typescript/Javascript environment (e.g. websites, node scripts). With the SDK, you can manipulate data that has been queried from the using libraries that assist with needs such as data modeling, protection from rounding errors, and compile time enforced typing.

To begin, we recommend looking at our Guides which include runnable examples and walkthroughs of core usages. These guides will help you better understand how to use the SDK and integrate it into your application.

EVM