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
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
SShriyaingenesisjournal.hashnode.dev路Jun 25 路 8 min readBuilding A Secure CounterHow To Turn a Vulnerable Smart Contract into Production-Ready Code(offcourse Counter thhh) The Beginning of My Solana Adventure When I first started learning Solana blockchain development, I thought b00
SShriyaingenesisjournal.hashnode.dev路Jun 24 路 10 min readComprehensive Guide: GitHub Actions CI/CD for Solana Anchor Projects1. Introduction to GitHub Actions What is GitHub Actions? GitHub Actions is a powerful continuous integration and continuous deployment (CI/CD) platform that automates your software development workfl00
SShriyaingenesisjournal.hashnode.dev路Jun 23 路 8 min readThe First Step Into Solana Smart Contracts: My Brutal "Hello World" Journey on WSLI remember the excitement vividly. I had just set up my WSL (Windows Subsystem for Linux) environment, painstakingly followed the Anchor installation guide, and finally typed anchor init hello_world. 00