Collection
A guide for developers looking to build on the Solana blockchain, covering essential tools, infrastructure, and best practices for program development.
5 articles
Raydium is a decentralized exchange (DEX) and automated market maker (AMM) built on the Solana blockchain, known for its high throughput and low transaction costs. It integrates with Serum's order book to enhance trading efficiency and liquidity access.
Solana RPC providers are essential intermediaries that facilitate communication between client applications and the Solana blockchain. They play a crucial role in transaction management, performance, and infrastructure reliability, catering to the needs of developers in the Solana ecosystem.
Solana Program Debugging encompasses various tools and methodologies for testing and troubleshooting programs developed on the Solana blockchain. Key resources include the Solana Program Examples repository, the Solana Cookbook, and specialized tools like the Gimlet VSCode extension.
Solana Program Logs are integral to the logging and debugging processes within Solana programs, particularly those written in Rust. The introduction of the Event Program enhances log management, addressing size limitations and providing a standardized interface for developers.
Solana Off-chain Data refers to the mechanisms and processes that support data integrity and availability outside the main blockchain. This includes the use of Proof of History and specialized storage systems to manage transaction data efficiently.