HyperPlay API Docs
  • đŸŸŖHyperPlay
  • 🎮Overview
  • âŦ‡ī¸Install HyperPlay
  • ❓FAQ
  • Developer Docs
    • 📜Publish / List a Game
      • âš’ī¸Building with HyperPlay
      • 📃Publishing Your Game
      • đŸ›ŗī¸CI/CD Automation
      • đŸ–Ĩī¸Developer Portal
      • 📛HyperPlay Store Badges
      • 🎨HyperPlay Hex Codes
      • 🆘Feedback & Developer Support
      • 🩹[Beta] Patching
    • âŒ¨ī¸Design Considerations
      • Unreal Engine Integration
      • Unity Integration
    • đŸ•šī¸API for Native Games (EVM)
      • Get Accounts
      • Sign-in With Ethereum
      • Get Balance
      • Call Contract Example
      • Send Transaction
      • Send Contract
      • Personal Sign
      • Sign Typed Data v3
      • Sign Typed Data v4
      • Add or Switch Network
      • Add Token
      • RPC Raw
    • 🎱API for Native Games (Non-EVM)
      • Sui Blockchain
        • Get Accounts
        • Get Balance
        • Get Object
        • Send Transaction
        • Send Contract
        • Personal Sign
    • 🌐API for Browser Games (EVM)
    • 🚀Quests
      • How to Create a Quest
    • đŸĒStore APIs
      • Listings by Popularity
    • 🍷Compatibility Layer
      • Benefits of using a Compatibility Layer
      • Downsides and Limitations of the Compatibility Layer
      • FAQ
  • 🔑Access Configs
    • How to create Access Codes
    • How to token gate a Release Branch
Powered by GitBook
On this page
  1. Access Configs

How to token gate a Release Branch

PreviousHow to create Access Codes

Last updated 7 months ago

Creating a new token gated access config

  1. After clicking on your game card on the home page or navigating directly to https://developers.hyperplay.xyz/<account_name>/<project_name>/settings, scroll down to "Networks & Tokens". Add your token contract.

  1. Click "Access Configs"

  1. Click "Create Access Config"

  1. Enter an access config title, check "Requires Advanced token-gating configuration", and enter the required balance of tokens for each contract.

  1. Navigate to https://developers.hyperplay.xyz/<account_name>/<project_name>/settings directly or by clicking on your game card on the home page. Next, select the new access config in the dropdown for the desired channel. Click update. Now your release channel downloads will be gated by the selected access config.

🔑