Registry / crypto / light-merkle-tree-program

light-merkle-tree-program

JSON →
library0.3.1rscratesunverified

Light Protocol on-chain program which manages Merkle trees for Solana.

# Cargo.toml [dependencies] light-merkle-tree-program = "0.3.1"
INSTALL
IMPORT
SIG · LIGHT-MERKLE-TREE-
L
light-merkle-tree-program
cryptorustv0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

process_instruction
use light_merkle_tree_program::processor::process_instruction;

Entry point for the Light Merkle Tree Solana program.

use light_merkle_tree_program::processor::process_instruction; use solana_program::account_info::AccountInfo; fn entrypoint( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], ) -> ProgramResult { process_instruction(program_id, accounts, instruction_data) }
Debug
Known issues
gotchaRequires Solana runtime and specific account structures.
fix
Deploy on Solana blockchain with proper account setup.
affects: >=0.1.0
Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
light-merkle-tree-program — cargo add light-merkle-tree-program · libregistry