orao-solana-vrf

Crates.ioorao-solana-vrf
lib.rsorao-solana-vrf
version0.4.0
sourcesrc
created_at2022-04-14 00:32:30.132306
updated_at2024-06-10 15:53:27.872974
descriptionORAO Verifiable Random Function for Solana.
homepagehttps://orao.network
repositoryhttps://github.com/orao-network/solana-vrf
max_upload_size
id567271
size70,697
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: 52

cargo fmt