Curated developer articles, tutorials, and guides β auto-updated hourly


I spent a week building a counter program in Anchor β the Rust framework for writing Solana programs...

Every Solana program eventually hits the same question: where do I put my data, and how do I find it...


I spent Days 57β61 building the same counter program over and over. Not because I kept breaking it.....


In Web2, adding a transfer fee means building middleware. On Solana, it's a flag. I built four token...


As a Web2 developer, I naturally compare new technologies to tools I've already used. After spendin...


Last week I stopped thinking about tokens as "just balances" and started thinking about them as...


Building on Solana can massively simplify your application logic once set up correctly. Solanaβs...


This week I built my first Solana program with Anchor: a simple counter that starts at 0 and can onl...


Because you've built payment flows, loyalty systems and credentials in Web2. In Web2, charging a 1%...


If you know SPL tokens but not Token Extensions, here is the short version: Token-2022 is the...


@niranjannlc @walletguy @ajdroi & @matthewrevell pleasee help an young develpoer.. Hi everyone...


This week I made the jump from being a consumer of Solana programs to being a builder of them. Let...


Nothing exposes fuzzy understanding faster than trying to explain your own code. Over the last few.....


The first thing that surprised me about Anchor was how much work happens in the accounts struct. My....


As a web or mobile developer, Web3 can seem harder to get to grips with than it really is. Part of....