Tag: web3
14 articles
- 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.
- Error Handling and Transaction Confirmation
Handle Solana errors gracefully, implement proper confirmation patterns, and build resilient transaction flows.
- Interacting with Programs from Svelte
Build Svelte components that interact with Solana programs - token balances, transfers, and real-time updates.
- Understanding Solana Programs (Smart Contracts)
What Solana programs are, how they differ from Ethereum contracts, and the mental model for interacting with them.
- Signing Messages and Transactions in the Browser
Learn to sign messages for authentication and build transactions that users approve through their wallet.
- Building a Wallet Connect Component
Create a reusable Svelte wallet connection component with reactive state, auto-reconnect, and clean UX.
- Connecting Wallets in the Browser
Learn how browser wallet extensions like Phantom work and how to detect and connect to them from your web app.
- Working with SPL Tokens (USDC)
Learn to work with SPL tokens - the standard for fungible tokens on Solana. Check balances, create token accounts, and transfer USDC.
- Your First Transaction: Sending SOL
Send your first Solana transaction - transferring SOL from one wallet to another. Understanding blockhashes, signatures, and confirmation.