defituna-client

Crates.iodefituna-client
lib.rsdefituna-client
version
sourcesrc
created_at2025-04-18 12:10:24.220877+00
updated_at2025-05-12 10:56:13.863783+00
descriptionRust client to interact with DefiTuna's on-chain program.
homepagehttps://defituna.com
repositoryhttps://github.com/DefiTuna/tuna-sdk
max_upload_size
id1639303
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sergey (sergey-tuna)

documentation

README

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
Commit count: 0

cargo fmt