Skip to content

Developer Overview

This section is aimed at developers who want to build on top of ATXSwap. It covers the SDK, smart contracts, and integration patterns.

Where to Start

Repository Layout

  • contracts/ — Solidity smart contracts (ATX ERC20)
  • packages/atxswap-sdk/ — TypeScript SDK (npm: atxswap-sdk)
  • frontend/ — Frontend application (Next.js)
  • docs-site/ — This documentation site (VitePress)
  • skills/ — Agent Skills (Claude / Cursor / Codex / OpenClaw)

What You Can Build

The SDK exposes everything you need to script ATX on BSC:

CapabilityModule
Price, balance, quote, LP positionsclient.query
Keystore-encrypted wallet managementclient.wallet
ATX ↔ USDT swaps via PancakeSwap V3client.swap
BNB / ATX / USDT / arbitrary ERC20 transfersclient.transfer
Add / remove / collect PancakeSwap V3 liquidityclient.liquidity

Read the full walkthrough in the SDK Developer Guide.

Coming Soon

  • Smart contract interface reference
  • Deployment & operations guide
  • API & webhook reference for hosted services

Released under the MIT License.