Loading video player...
In this video, we build and deploy a full Solana smart contract using the Anchor framework. š Links: GitHub code: https://github.com/Ivan-Corporation/s... Demo: https://solana-meme-slot.vercel.app/ Twitter: https://x.com/CorporationKoma Telegram: https://t.me/KomarIvan GitHub: https://github.com/Ivan-Corporation What we cover: - Project structure of an Anchor program - Instruction handlers & account contexts - PDAs, seeds, bumps, and program-owned state - The spin function that updates on-chain data - Using init_if_needed and persistent account storage - Generating & understanding IDL - Building the program on WSL - Deploying to Solana Devnet - Connecting your Anchor program to a Next.js app This tutorial is beginner-friendly but dives deep into real Solana development concepts. š Watch Part 1 https://www.youtube.com/watch?v=z1MLEK8TdbA first if you want to see the full frontend slot machine + SPL token system.