Documentation

Welcome to the VirtoSDK documentation. Select a topic from the sidebar to get started.

Quick Start

Install the SDK and initialize your first client:

# Install VirtoSDK npm install @virto/sdk # Initialize in your project import { createClient } from '@virto/sdk' const virto = createClient({ network: 'kreivo' })