orao-fuel-vrf 0.2.11

ORAO VRF Verifiable Random Function for Fuel Blockchain.
docs.rs failed to build orao-fuel-vrf-0.2.11
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: orao-fuel-vrf-0.2.0

Building

Make sure to have a working rust development environment.

  1. Update Rust. Your rust version needs to be no older than v1.81
rustup update
  1. Update fuel toolchain
fuelup self update
fuelup toolchain install testnet

OR

  1. 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.

  1. Build the SDK Current version will build for the testnet. This command will also build sample apps
cargo build --release
  1. Check out our sample apps

on-chain Russian Roulette game and off-chain VRF request