Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.skatechain.org/llms.txt

Use this file to discover all available pages before exploring further.


Installation

npm install @skate-org/skate-app-amm

SDK Initialization

import { SkateAmmCoreSDK } from "@skate-org/skate-app-amm";

const sdk = new SkateAmmCoreSDK("PRODUCTION");

Reference

  • SDK README ↗
  • Check the README for:
    • Core Actions
    • Chain Support
    • and more..