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
  • Overview
  • MetaMask Snaps
  1. Developer Docs
  2. API for Native Games (Non-EVM)

Sui Blockchain

PreviousAPI for Native Games (Non-EVM)NextGet Accounts

Last updated 1 year ago

Overview

Sui is a Layer 1 blockchain with a unique architecture.

  • Rather than accounts, Sui uses objects as it's basic unit of data storage. Objects can be owned, shared and transferred.

  • A single transaction can use outputs from an earlier call and used as an input to send a transaction. This can be done without deploying a new smart contract.

  • Chain transactions are atomic meaning the transaction will execute completely or fail. This is convenient for applications with multiple actions.

MetaMask Snaps

With MetaMask snaps, HyperPlay now supports Sui.

  • Getting transaction insights

  • Receiving on chain notifications

  • Connecting to non-EVM blockchains

Any Snaps installed on MetaMask browser can be used in HyperPlay.

is an open source system that allows anyone to safely extend the functionality of MetaMask. This includes:

🎱
MetaMask Snaps