Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VIT SDK

Official TypeScript/JavaScript SDK for the VIT Network API.

npm TypeScript

Install

npm install vit-network-sdk

Quick Start

import { VITClient } from 'vit-network-sdk';

const client = new VITClient({ apiKey: 'your-key' });

// Get AI prediction for a match
const prediction = await client.predictions.get({ matchId: 'EPL_2026_001' });
console.log(prediction.vitScore, prediction.confidence);

// Check wallet balance
const balance = await client.wallet.balance();

Modules

  • client.predictions — AI match predictions and VIT scores
  • client.wallet — Multi-currency balances and transfers
  • client.marketplace — Signal listing and subscription
  • client.blockchain — VITCoin, DID, and oracle interactions
  • client.agents — Agent swarm status and intelligence feeds

About

Official TypeScript/JavaScript SDK for VIT Network — chain interactions, oracle queries, storage API, wallet operations.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors