Jumpstart with TRAIT

The Jumpstart with TRAIT demonstrates the basics of the TRAIT to developers. It will guide you through the main steps of integration a game with the TRAIT.

Getting Started

  1. Obtain TRAIT tokens:

    Before developing on TRAIT, you must obtain TRAIT tokens, the native cryptocurrency of the platform. TRAIT tokens are used for paying fess. You can purchase TRAIT tokens from the TRAIT Tech company, buy tokens on a crypto exchange or receive a grant from the TRAIT Grow program. Learn more: Jumpstart: obtain TRAIT tokens

  2. Create an AppAgent:

    1. An AppAgent acts as the representation of your gaming application on the TRAIT Blockchain. By creating an AppAgent, you'll be able to manage in-game assets and execute transactions from your application. Learn more: Jumpstart: create an AppAgent

    2. Every AppAgent is controlled by regular blockchain addresses with elevated privileges: Owner and Admins. You need to setup these addresses. Learn more: Jumpstart: setup root addresses

  3. Create NFTs and Fungible tokens:

    Use your AppAgent to build and transact NFTs and Fungible tokens. These tokens serve as the building blocks of unique in-game assets, currencies, and virtual economies, adding depth and value to the gaming experience. Learn more: Jumpstart: create NFTs and fungible tokens

  4. Master the TRAIT backend services

    For the seamless developer experience use the backend services to read blockchain data and submit new transactions. Learn more: Jumpstart: TRAIT backend services

  5. Integrating your game with TRAIT

    Bringing your game to life on TRAIT requires integration with the platform. This enables automatic transfers of tokens between your gaming app and on-chain accounts of players. Learn more: Jumpstart: integrate a game with TRAIT

Quick References

Last updated