orao-solana-vrf 0.5.0

ORAO Verifiable Random Function for Solana.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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](https://docs.rs/orao-solana-vrf)

### Usage example - Rust Native

Please look at the [`off-chain`](../examples/off-chain) example.

### Cross-Program-Invocation (CPI) example

Browse through the [`cpi`](../examples/cpi) for more info.