A real-time execution network. No blocks. No waiting.
Sign a transaction → see it executed against live state in under 150 ms.
Try the live demonpm install @subtick/sdk
import { SubtickClient } from '@subtick/sdk';
const c = new SubtickClient({ baseUrl: 'https://subtick.dev' });
await c.health();
Live endpoints:
/health ·
/demo ·
POST /v1/tx ·
WS /v1/events