Registry / crypto / waffles-solana-sdk

waffles-solana-sdk

JSON →
library1.16.0rscratesunverified

Waffle Labs maintained Solana SDK for building Solana programs.

# Cargo.toml [dependencies] waffles-solana-sdk = "1.16.0"
INSTALL
IMPORT
SIG · WAFFLES-SOLANA-SDK
W
waffles-solana-sdk
cryptorustv1.16.0
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.

Pubkey
✓ use solana_sdk::pubkey::Pubkey;

Generate a new unique Solana public key.

use solana_sdk::pubkey::Pubkey; let pubkey = Pubkey::new_unique(); println!("{}", pubkey);
Debug
Known issues
gotchaThis is a fork of the official Solana SDK; API may differ.
fix
Check the documentation for any changes from the upstream Solana SDK.
affects: *
Upgrade
Version history
1.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
waffles-solana-sdk — cargo add waffles-solana-sdk · libregistry