Developer Resources

A curated collection of resources to help you build amazing applications with Saros SDKs.

Saros SDK Documentation
Complete API reference and guides for all Saros SDKs
Docs
GitHub Repositories
Source code, issues, and contributions for all SDKs
Code
Saros Discord Community
Join our developer community for support and discussions
Community
Solana Documentation
Official Solana documentation for blockchain development
External

Learning Guides

Getting Started with Solana Development
Beginner
A beginner's guide to building on Solana
Understanding Liquidity Pools
Intermediate
Deep dive into how AMMs and liquidity pools work
Advanced Trading Strategies
Advanced
Leveraging DLMM for sophisticated trading approaches
Security Best Practices
Security
Essential security considerations for DeFi applications
Frequently Asked Questions
Common questions and answers for Saros SDK developers

What's the difference between the SDKs?

The @saros-finance/sdk is a general-purpose SDK for standard DeFi operations. The @saros-finance/dlmm-sdk is specialized for Dynamic Liquidity Market Maker operations with advanced features. The saros-dlmm-sdk-rs is a high-performance Rust implementation for server-side applications. Check out our comparison guide for more details.

How do I get test tokens for development?

You can get test SOL and other tokens from the Solana faucet. For other tokens, you can use the SPL Token Faucet or mint your own tokens for testing.

Where can I get help with integration?

Join our Discord community where you can ask questions, share your projects, and get help from other developers and the Saros team.

Are there any code examples I can reference?

Yes! We have a comprehensive collection of code examples in our examples section. You can also find examples in the README files of each SDK repository on GitHub.