Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 534 Bytes

File metadata and controls

32 lines (22 loc) · 534 Bytes

SoroSave SDK Documentation

Welcome to the SoroSave SDK documentation.

Installation

npm install @sorosave/sdk

Quick Start

import { SoroSaveClient } from '@sorosave/sdk';

const client = new SoroSaveClient({
  contractId: '...',
  rpcUrl: 'https://soroban-testnet.stellar.org',
  networkPassphrase: 'Test SDF Network ; September 2015',
});

Features

  • Event subscription
  • Webhook notifications
  • GraphQL API
  • Offline transactions

API Reference

See the full API documentation below.