Seipex Finance
DiscordDragonSwapAstroportOpenSeaPallet
  • Seipex Finance
  • Seipex Digital Assets
    • Seipex Credits (SPEX)
    • Founder's Pass NFT
  • Seipex VRF
    • Integration
      • VRF Consumer Interface
      • Request Randomness
      • Randomness Callback
      • Simplified Example
      • Proof Validation
      • Extended VRF Consumer Interface
      • Extended Randomness Callback
      • Verify Proof
      • Complete Example
      • Security Considerations
      • Gas Cost Considerations
  • Seipex API
    • Available Endpoints
  • Seipex Mercury
    • Available Endpoints
Powered by GitBook
On this page
  1. Seipex VRF

Integration

Requesting a random number from the Seipex VRF Consumer is extremely simple. Follow the these simple steps to get it integrated into your project and start requesting random numbers right now!

  1. Declare the VRF Consumer interface.

  2. Declare a function that requests the random number from the VRF Consumer.

  3. Declare a callback function that receives the random number.

Let's get going!

PreviousSeipex VRFNextVRF Consumer Interface

Last updated 9 months ago