Documentation
Complete guide to building with Zydo on Solana
Introduction
Welcome to Zydo's developer documentation. This guide will help you integrate our DeFi protocol into your applications.
Quick Start
npm install @zydo/sdk
import { ZydoClient } from '@zydo/sdk';
const client = new ZydoClient({
apiKey: 'YOUR_API_KEY'
});