Overview
FusionAMM offers a suite of SDK packages designed to accommodate various development requirements for interacting with the FusionAMM program on Solana. Whether you're managing liquidity, building applications that rely on pool infrastructure, or developing automation tools that interface with the program, our SDKs provide a comprehensive range of functionality—from low-level, fine-grained control to high-level abstractions.
The SDK stack is structured into three tiers: Core, Low-Level Client, and High-Level SDK. Additionally, there is a transaction-sending library that supports Jito and priority fees.
GitHub Repository
The SDK is open-source and available at this GitHub Repository
Installation
npm install @crypticdot/fusionamm-core
npm install @crypticdot/fusionamm-client
npm install @crypticdot/fusionamm-sdk
# Transaction sending library if needed
npm install @crypticdot/fusionamm-tx-sender
Last updated