#solana #defi #amm #solana-dex

defituna-client

Rust client to interact with DefiTuna's on-chain program

83 stable releases

new 3.7.0 May 13, 2026
3.6.20 Apr 26, 2026
3.6.6 Mar 31, 2026
3.5.1 Dec 30, 2025
1.0.18 May 12, 2025

#734 in Magic Beans

Download history 14/week @ 2026-03-21 11/week @ 2026-03-28 17/week @ 2026-04-04 20/week @ 2026-04-11 4/week @ 2026-04-18 23/week @ 2026-05-02

60 downloads per month

Custom license

2.5MB
48K SLoC

DefiTuna Client

Overview

This package provides developers with low-level functionalities for interacting with the DefiTuna Program on Solana.

Key Features

  • Codama Client: The package includes a set of generated client code based on the DefiTuna Program IDL. This ensures all the necessary program information is easily accessible in a structured format and handles all decoding and encoding of instructions and account data, making it much easier to interact with the program.
  • PDA (Program Derived Addresses) Utilities: This feature contains utility functions that help derive Program Derived Addresses (PDAs) for accounts within the DefiTuna Program, simplifying address generation for developers.

Installation

# Cargo
cargo add defituna-client

Dependencies

~62–84MB
~1.5M SLoC