orao-solana-vrf

Crates.ioorao-solana-vrf
lib.rsorao-solana-vrf
version0.6.1
created_at2022-04-14 00:32:30.132306+00
updated_at2025-05-05 09:35:28.878557+00
descriptionORAO Verifiable Random Function for Solana.
homepagehttps://orao.network
repositoryhttps://github.com/orao-network/solana-vrf
max_upload_size
id567271
size253,800
orao-dev (orao-dev1)

documentation

README

VRF v2 Rust SDK with Anchor

Crate to interact with orao-vrf smart contract on Solana network.

Provides interface to request for a verifiable randomness (Ed25519 Signature) on the Solana network.

API-Docs

Usage example - Rust Native

Please look at the off-chain example.

Cross-Program-Invocation (CPI) example

Browse through the cpi for more info.

Commit count: 67

cargo fmt