VEVikar Egorinrpcplane.hashnode.dev·5d ago · 7 min readWhy Solana Transactions Don't Land (and How to Fix It)You sign a transaction, call sendTransaction, get a signature back, and then… nothing. The signature never shows up on-chain. Your logs have no error. Your RPC provider returned a clean 200. The user 00
DEDavid Essienindavid-essien.hashnode.dev·Jul 16 · 22 min readHow to Authenticate Users with Solana Wallets in NestJSLet's talk about wallet based auth in NestJS. What this is, is basically an auth system where the user is authenticated and authorized based on their web3 wallet. We'll be doing this with a Solana wal00
AAAyush Agrawalinblog.ayushagr.me·Jul 15 · 17 min readThe 7 Bytes That Weren't in the IDL: How #[repr(C)] Padding Breaks a Borsh ClientA single u64 added seven bytes of padding the compiler knew about and the client didn't. Here is why, and how to predict it for any #[repr(C)] struct. The failure I added one field to an instruction-a10
MSMultiSender Suiteinmultisendersuite.hashnode.dev·Jul 10 · 3 min readToken Creation Is Easy. Launch Operations Are Messy.Creating a token is usually the easy part. The operational work starts when a team must prepare recipients, review exact amounts, fund fees, sign safely, and prove what happened on-chain. The work sta00
MSMultiSender Suiteinmultisendersuite.hashnode.dev·Jul 10 · 3 min readSPL Token Distribution Checklist Before You SendPause before the wallet prompt. Confirm the mint, decimals, recipients, totals, SOL fee balance, test batch, and verification plan before an SPL token distribution. 1. Confirm the asset and network St00
Zzubairlearntechinzubairlearntech.hashnode.dev·Jul 9 · 5 min readArchitecting a High-Performance Solana Web Terminal with Next.js, Privy, and JupiterBy mid-2026, Solana has completely solidified its position as the undisputed hub for high-frequency on-chain trading. With the ecosystem processing transactions in under 400 milliseconds and the netwo01Z
SShriyaingenesisjournal.hashnode.dev·Jul 4 · 14 min readTransfer-Token Anchor Smart ContractIntroduction: The Goal Every blockchain developer starts somewhere. For me, it was building a basic SPL token on Solana using the Anchor framework. I wanted to create a program that could create, mint00
HAHafiz Ahmadinfiznex.hashnode.dev·Jul 2 · 7 min readNFT Marketplace Development Complete GuideThe "NFTs are dead" headlines got it wrong. While the hype around cartoon avatars cooled off, the technology behind digital ownership quietly grew into a serious business the global NFT market sits ar00
SShriyaingenesisjournal.hashnode.dev·Jul 1 · 16 min readFavourites Smart Contract📚 Introduction Hey there! In this blog, I'll walk you through three versions of an Anchor program that lets users store their favorite number, color, and hobbies on the Solana blockchain. We'll start00
VGVineet Goelinrustrogue.hashnode.dev·Jun 25 · 8 min readConduit - The protocol that lets AI agents pay for Web3 servicesThey can't create accounts, can't pass KYC, can't manage a monthly subscription, and can't sit in a checkout flow waiting for someone to type a CVV. Yet the entire payments stack we've built over the 00