ATARMCP Teaminarmcp.hashnode.dev·Aug 14 · 5 min readHow to Design Liquidity and Slippage Warnings for a Utility TokenA token interface should help a user understand execution risk before asking for a signature. That sounds obvious, but many Web3 products still show a spot price as if it were the price available for 00
LTLưu Tuấn Anhinblog.fiscybersec.com·Aug 6 · 12 min readSourTrade: Campaign to turn JavaScript into a malware production lineOverview SourTrade is a large-scale malvertising campaign running since late 2024, targeting crypto investors and traders in 12 countries across 25 languages. The attacker impersonates three trusted p00
VEVikar Egorinrpcplane.hashnode.dev·Jul 28 · 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