CPIs and PDA Signers: What I Built and What Actually Clicked
I spent four days building programs that move SOL and tokens on Solana. Day 71 was a simple SOL transfer through a CPI. Day 74 was a mint whose author…
Tech news from the best sources
I spent four days building programs that move SOL and tokens on Solana. Day 71 was a simple SOL transfer through a CPI. Day 74 was a mint whose author…
I stared at CpiContext::new(...) for a solid ten minutes on Day 71. I knew the arguments existed. I had no idea what they meant. I copied working code…
What problem do PDAs solve? One of the first things that confused me when learning Solana was where programs actually store data. Unlike a traditional…
Solana Web3 Jackpot Casino A fully decentralized jackpot casino game on Solana Solana Web3 Jackpot Casino A fully decentralized jackpot casino game on…
I spent a week building a counter program in Anchor. By the end, every user had their own account, a global config singleton controlled whether new co…
A full-stack, peer-to-peer coinflip betting game on Solana A full-stack, peer-to-peer coinflip betting game on Solana. Players connect a wallet, creat…
I spent a week building a counter program in Anchor — the Rust framework for writing Solana programs. By the end I had two instructions, one authoriza…