10 releases
new 0.2.10 | Mar 21, 2025 |
---|---|
0.2.9 | Mar 19, 2025 |
0.2.6 | Nov 20, 2024 |
0.2.3 | Oct 26, 2024 |
0.1.6 | Mar 26, 2024 |
#5 in #vrf
173 downloads per month
19KB
358 lines
ORAO FUEL VRF
Generate on-chain randomness on Fuel. ORAO's Verifiable Random Function for Fuel offers unbiased, fast and affordable randomness for your Fuel programs. Create unique NFT characteristics, generate random levels in games and weapon characteristics, provide unique loot boxes, enable provably fair reward distribution, randomize airdrops and provide secure, verifiable lottery/raffle.
Building
Make sure to have a working rust development environment.
- Update Rust. Your rust version needs to be no older than v1.81
rustup update
- Update fuel toolchain
fuelup self update
fuelup toolchain install testnet
OR
- Install fuel toolchain
curl --proto '=https' --tlsv1.2 -sSf https://fuellabs.github.io/fuelup/fuelup-init.sh | sh
This will install the Fuel latest toolchain, forc-wallet, explorer cli tool and indexer.
- Build the SDK Current version will build for the testnet. This command will also build sample apps
cargo build --release
- Check out our sample apps
Dependencies
~92–130MB
~2.5M SLoC