Skip to content

Value-intelligence-trust/vit-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

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 the VIT Network β€” predictions, wallet, marketplace, and blockchain APIs

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors