Tag: solana
25 articles
- Reverse Engineering a Solana Program: A Beginner's Guide
How to decode an unknown staking program using only on-chain data, transaction history, and patience. A step-by-step walkthrough of reading raw bytes off the blockchain.
- Security Considerations for Token-Gated Applications
A beginner's guide to building secure NFT-based access control, covering authentication, authorization, RLS, and common pitfalls.
- Building Solana Wallet Auth with Svelte 5 and Supabase
A practical guide to building web3 authentication with multi-wallet support, covering Svelte 5 runes, Supabase Web3 auth, and Row Level Security.
- Understanding Solana NFTs: A Complete Guide
Everything you see when viewing an NFT on Solana Explorer, how each piece was created, and what can be changed after minting.
- Sign In With Solana: A Beginner's Guide to Web3 Authentication
Learn how wallet-based authentication works, what makes it secure, and how to implement it with Supabase — including considerations for Solana Mobile's Seeker device.
- Compressed NFTs: Collections, Verification, and Building a Claim Page
Taking our cNFT minting system to production: creating verified collections, building a web-based claim flow, and preparing for mainnet deployment.
- Building Compressed NFTs on Solana with Generative SVG Art
A practical guide to creating and minting compressed NFTs (cNFTs) on Solana using Metaplex Bubblegum, with animated SVG artwork generated from wallet addresses.
- Deploying Your x402 App to Production
Deploy your SvelteKit frontend and Bun backend to production. Environment setup, mainnet configuration, and monitoring.
- Advanced x402: Pricing Strategies and Session Management
Implement dynamic pricing, session tokens for repeat access, and usage tracking for your x402 APIs.
- x402 with SvelteKit: Full-Stack Example
Build a complete SvelteKit application with x402 payments - wallet connection, protected routes, and automatic payment handling.