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·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