Skip to content

marcusmattus/Gami-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAMI Protocol

GAMI Protocol is a comprehensive blockchain gamification platform that transforms user engagement through interactive mobile and web experiences, leveraging cross-chain technologies for seamless reward mechanisms.

Features

  • XP Tracking: Monitor user actions and award experience points
  • Gamification Campaigns: Design custom incentives and challenges
  • Wallet Integration: Connect with Solana wallets like Phantom and Solflare
  • Token Rewards: Distribute GAMI tokens as rewards
  • Cross-Chain Support: Transfer assets across different blockchains
  • Analytics Dashboard: Track user engagement and campaign performance
  • Decentralized Storage: Use Walrus blockchain storage for metadata persistence

SDK Components

  • React Native for mobile development
  • React SDK for web frontend
  • Solana blockchain for token rewards
  • Wormhole protocol for cross-chain transfers
  • Walrus for decentralized storage

GAMI Token

Token Address: GAMiRzg7XurshUC3MWVhv9zFPQkf15bjULjRpRoGwKuB Decimals: 9 Network: Solana Testnet Solscan URL: https://solscan.io/token/GAMiRzg7XurshUC3MWVhv9zFPQkf15bjULjRpRoGwKuB?cluster=testnet

Getting Started

  1. Install the GAMI SDK:

    npm install @gami-protocol/sdk
  2. Initialize the SDK:

    import { GamiSDK } from '@gami-protocol/sdk';
    
    const gamiSDK = new GamiSDK({
      apiKey: 'your-api-key',
      environment: 'development'
    });
  3. Track user actions:

    gamiSDK.trackEvent({
      userId: 'user-123',
      event: 'complete_tutorial',
      metadata: { timeSpent: 300 }
    });

Documentation

For more information, see the documentation or contact support@gamiprotocol.com.

Community

Join our Discord community for support and updates.

About

🛠️ Software Development Kit for building gamified applications with blockchain integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors