A-DEX
  • About Us
    • Intro
    • Audits
    • Roadmap
    • Brand
    • Services
    • Contacts
  • Products
    • Swap
    • Analytics
    • Signals
  • Oracle
  • Tutorials
    • Swap
      • How to login?
      • How to swap?
      • How to add liquidity?
      • How to remove liquidity?
      • How to get pools info?
  • Developers
    • Smart Contracts
      • Swap
        • Tables
        • Actions
        • Examples
          • How to open liquidity account?
          • How to close liquidity account?
          • How to add liquidity?
          • How to remove liquidity?
          • How to swap by market price?
          • How to swap tokens with min out required amount?
          • How to cross-swap tokens by market price?
          • How to cross-swap tokens with min out required amount?
    • SDK
    • API
Powered by GitBook
On this page
  • Official npm package link
  • SwapActionGenerator
  • SwapTransactionGenerator
  • ChainApi
  • RpcApi
  • Interfaces
  • Types
  • Utils

Was this helpful?

  1. Developers

SDK

🛠 An SDK for building applications on top of A-DEX

PreviousHow to cross-swap tokens with min out required amount?NextAPI

Last updated 2 months ago

Was this helpful?

SwapActionGenerator

Helper class to construct swap contract actions which can be signed and pushed on the chain.

SwapTransactionGenerator

Helper class to construct swap contract transactions that can be signed and pushed on the chain.

ChainApi

Chain API client.

RpcApi

Native A-DEX RPC API client.

Interfaces

Custom typescript interfaces.

Types

Custom typescript types.

Utils

Helper functions for math calculations and data formatting.

Official npm package link