Getting Started
Welcome to Vessel! Take the following steps to get started:
Last updated
Was this helpful?
Welcome to Vessel! Take the following steps to get started:
Last updated
Was this helpful?
Ask your account manager to grant you access to Vessel in the AppLovin dashboard.
Use Metamask or another ERC-20 wallet company to create an Ethereum-based wallet. Once you have created your wallet, let your Vessel account manager know the wallet address. Your wallet will be connected to the account and used to make API calls and receive royalties from transactions.
Once you have access to Vessel, login into the and click ADD GAME to begin adding your game to Vessel.
Here's a breakdown of the required information on the Create New Game form:
App ID
Enter a game name. Vessel uses this name to query the Game API for a list of tokens that belong to a game or a user.
Display Name
Enter a user-friendly game name to be displayed on the marketplace.
Description
Enter a short, user-friendly description of the game to be displayed on the marketplace.
Image
Upload a 200x200 pixel game icon to be displayed on the marketplace.
Background Image
Upload an 800x300 pixel image to be displayed as a background on the marketplace.
Owner
Enter the wallet address of the game owner.
App Info
Click the name of your newly created game, then click + ADD COLLECTION TEMPLATE in the COLLECTION TEMPLATES tab to begin the process of creating a new token collection template:
The following table explains the fields you need to enter on the Create collection template form:
Collection ID
Display Name
Enter a user-friendly name of the collection, to be displayed on the marketplace.
Description
Enter a short, user-friendly description of the collection, to be displayed on the marketplace.
Image
Upload a 500x500 pixel icon representing the collection, to be displayed on the marketplace.
Deploy your newly created token collection template to the blockchain by clicking DEPLOY.
You can see your newly deployed collection in the DEPLOYED COLLECTIONS tab. It may take a few seconds after you click DEPLOY before the collection appears in this tab.
You can also create and deploy a token collection by making an API POST
request:
2. Once you're in the Deployed Collections section, click on CREATE TOKEN TEMPLATE.
Here's a breakdown of the required information on the Create Token Template form:
Token ID
Display Name
Enter a user-friendly name for the token, to be displayed on the marketplace
Description
Enter a short, user-friendly description of the game to be displayed on the marketplace
Image
Upload a 500x500 pixel icon representing this type of token, to be displayed on the marketplace.
Permanent properties
Fill in the fields here to describe any non-mutable token properties. Click ร to remove a property entirely, or ADD PROPERTY to add additional property.
Mutable properties
Fill in the fields here to describe any mutable token properties. Click ร to remove a property entirely, or ADD PROPERTY to add additional property.
To deploy your newly created token template to the blockchain, first click DEPLOY under Actions. Then, in the Deploy tokens pop-up that appears, enter an amount, and then finalize your amount by clicking DEPLOY.
You can see your deployed token template in the DEPLOYED TOKENS tab. It may take a few seconds after you click DEPLOY before your template appears in this tab.
You can also create and deploy a token template by making an API POST
request:
Hereโs a sample request:
Hereโs a sample request:
Follow the SDK Integration guide to connect your game to your Vessel Wallet and to retrieve wallet addresses for your users:
Click ADD INFO and enter the package name of the game and the app's public key (Android only). You can do this multiple times to add additional package names. You can find your app's public key on the Google Play console.
Enter a collection name. Vessel uses this name to query the Game API for a list of tokens that belong to this collection.
A token template governs how to mint tokens for the users of your game. To begin the process of creating a new token template, you need to do the following: 1. Click the FQCN (Fully Collection Name) of the newly created collection in the DEPLOYED COLLECTIONS list.
Enter a token name. This name must uniquely identify the token variety in the collection. Vessel uses this name to instruct the Game API to mint new tokens for your users.
Make a POST
request to the to mint a new token into any wallet on the Vessel blockchain:
You can also clone a token (create a new token based on an existing one) by making a POST
request to the :
Make a GET
request to the to query all tokens that belong to a user:
Vessel also has a which you can check out.
Filter by blockchain address of the given user
0xcafe000102030405060708090a0b0c0d0e0fbeef
Pattern: ^0x[a-fA-F0-9]{40}$
Fully Qualified Game Name
com.studio.game
Filter by blockchain address of the given user
0xcafe000102030405060708090a0b0c0d0e0fbeef
Pattern: ^0x[a-fA-F0-9]{40}$
Fully Qualified Game Name
com.studio.game
Qualified Collection Name
armor01
Fully Qualified Game Name
com.studio.game
""
Collection display name
New year cards
Collection description
Super game new year cards
Main image
Collection image
Qualified Collection Name
cards
Pattern: (\b[a-z0-9-]{1,20}\b)(:[1-9][0-9]{0,10})?
""
Example: abcdef0123456789ABCDEF
Fully Qualified Token Name
com.studio.game.cards.1
Pattern: ^[a-z]{2,6}\.(\b[a-z0-9-]{1,59}\b)\.(\b[a-z0-9-]{1,59}\b)\.(\b[a-z0-9-]{1,59}\b)\.(\b[a-z0-9-]{1,20}\b)(:[1-9][0-9]{0,10})?
NFT display name
Card #1
NFT description
Card #1 increases your luck
The amount of tokens to mint
To address
0xcafe000102030405060708090a0b0c0d0e0fbeef
Pattern: ^0x[a-fA-F0-9]{40}$
The flag that controls display in the Discovery
true
Example: true
NFT image
jpg, png
Fully Qualified Token Name
com.studio.game.cards.1
Pattern: ^[a-z]{2,6}\.(\b[a-z0-9-]{1,59}\b)\.(\b[a-z0-9-]{1,59}\b)\.(\b[a-z0-9-]{1,59}\b)\.(\b[a-z0-9-]{1,20}\b)(:[1-9][0-9]{0,10})?
""
Example: abcdef0123456789ABCDEF
Address of the token receiver
0xcafe000102030405060708090a0b0c0d0e0fbeef
Pattern: ^0x[a-fA-F0-9]{40}$
The amount of tokens to mint
Fully qualified token name
com.studio.app.collection.token
""
Example: abcdef0123456789ABCDEF
Address of the token receiver
0xcafe000102030405060708090a0b0c0d0e0fbeef
Pattern: ^0x[a-fA-F0-9]{40}$
Should mutable properties of parent token be clonned as well
The flag that controls display in the Discovery
true
Example: true