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

PreviousGetting StartedNextSubscription Management Portal

Last updated 1 year ago

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 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 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 , we will navigate you through the functionalities.

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

Subscription Management Web Portal
Remix
the next section
Subscription Management Web Portal
jump to the Remix section