ARPA Network
  • ARPA Network
  • Becoming a node & get rewarded
    • Native Staking
      • Introduction to Staking v0.1
    • Eigenlayer Integration
  • Randcast
    • Getting Started
      • Use Web GUI
        • Subscription Management Portal
        • Remix
      • Use Randcast CLI
      • Use Solidity Development Tools
    • Using the SDK
      • Adapter
      • BasicRandcastConsumerBase
      • GeneralRandcastConsumerBase
      • Randcast Utilities
      • Consumer Contract Examples
        • Example - Get Random Number
        • Example - Roll a Dice
        • Example - Shuffle an Array
        • Example - Draw a Lottery
        • Example - Pick a Property
        • Example - Pick a Rarity
        • Example - Pick a Winner
        • Example - Advanced Request
    • Supported Networks & Parameters
  • GitHub Repositories
Powered by GitBook
On this page
  1. Randcast
  2. Getting Started

Use Web GUI

For those who want to quickly test out the functionalities of Randcast without having to set up a local Solidity development environment, we recommend the following steps.

Use our Subscription Management Web Portal to:

  • Create, fund, and cancel subscriptions.

  • Add and delete consumer contracts for an existing subscription.

  • View and analyze historical and pending requests and events.

Note: Due to connection issues with RPC endpoint, Redstone Holesky Testnet and Taiko Katla Testnet are not supported yet.

Use Remix to:

  • Code, build, debug, and deploy your consumer contract.

  • Request randomness via your consumer contract.

Note: A browser extension wallet is required. (We use Metamask in our examples.)


In the next section, we will navigate you through the Subscription Management Web Portal functionalities.

You can jump to the Remix section for a step-by-step guide to customizing and deploying your consumer contract.

PreviousGetting StartedNextSubscription Management Portal

Last updated 1 year ago