Integration
  • Overview
  • Getting Started
  • SDK Integration
    • Standard
    • Advanced
  • Game API
    • Overview
    • Games
    • Collections
    • Tokens
    • Marketplace
    • Transactions
    • Users
  • Misc
    • FAQ
    • Best Practices
    • Staging Environment
    • Account Management
    • Webhooks
    • IAP Setup
      • Android. How to create IAP Vessel Product
        • How to find Product ID
        • How to get Public Key
        • How to setup Google Service Account and get Credentials JSON File
      • iOS. How to create IAP Vessel Product
        • How to find Product ID
Powered by GitBook
On this page
  • SDK Integration
  • Game API

Was this helpful?

Overview

What you will find in this documentation

This documentation has two main sections:

  1. SDK Integration

  2. Game API

SDK Integration

This section shows you how to integrate the Vessel SDK into your game. Your game integrates the SDK so that it can connect to a user’s wallet app and obtain the user’s blockchain wallet address.

The Vessel SDK supports Unity, iOS, and Android.

Game API

This section describes the Game API. The Game API service indexes the blockchain and allows your game to query which tokens the user has, which users own a certain token, and other things of that nature.

NextGetting Started

Last updated 2 years ago

Was this helpful?