Welcome to the SoroSave SDK documentation.
npm install @sorosave/sdkimport { SoroSaveClient } from '@sorosave/sdk';
const client = new SoroSaveClient({
contractId: '...',
rpcUrl: 'https://soroban-testnet.stellar.org',
networkPassphrase: 'Test SDF Network ; September 2015',
});- Event subscription
- Webhook notifications
- GraphQL API
- Offline transactions
See the full API documentation below.