Getting Started

This guide will help you set up your development environment and start building with TIX Protocol as an integrator.

SDK Installation

Install the SDK

npm install @tixprotocol/sdk
# or
yarn add @tixprotocol/sdk

Install Dependencies

npm install @solana/web3.js @solana/spl-token

Integrator Onboarding

Before you can create events and issue tickets, you need to be registered as an integrator with TIX Protocol. Contact the TIX Protocol team to get registered.

Once registered, you'll receive:

  • Your Integrator Identity (public key)

  • Your Integrator Authority keypair

  • Your Treasury ATA address (for USDC)

Fund Your Treasury

Your integrator treasury must have USDC to pay protocol fees. Transfer USDC to your treasury ATA before issuing tickets.

Quick Start Example

Next Steps

Last updated