defituna-staking

Crates.iodefituna-staking
lib.rsdefituna-staking
version1.0.14
created_at2025-07-04 21:38:54.252517+00
updated_at2025-08-08 21:01:15.946356+00
descriptionRust client to interact with DefiTuna's Staking on-chain program.
homepagehttps://defituna.com
repositoryhttps://github.com/DefiTuna/tuna-staking
max_upload_size
id1738516
size553,861
Sergey (sergey-tuna)

documentation

README

DefiTuna Staking

Overview

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

Key Features

  • Codama Client: The package includes a set of generated client code based on the DefiTuna Staking 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 Staking Program, simplifying address generation for developers.

Installation

# Cargo
cargo add defituna-staking
Commit count: 0

cargo fmt