Articles in this series
๐บ Previously In Hell's Kitchen This is part 2 of the staking program. We are still trying to achieve the core staking feature. By trying to implement...
๐ฅฉ Cooking a Staking App ๐จ๐ปโ๐ณ Let's cook a DeFi staking program together! We will use a top-down approach to build this. This is not a simple copy...
๐บ What are we Building? We will build Joke To Earn! This is a walkthrough of building Solana dApps. This tutorial can be used independently or as a...
๐ฅ What skills will I upload to you? When I started a few months ago, the most challenging part was not learning how to build on Ethereum, Solana, or...
This is the workflow and commands used when hacking with Anchor Init Project export proj=mysolanaproject anchor init $proj; cd $proj; anchor...
Photo by Tim Evans on https://unsplash.com/@tjevans ยท Account First, a little refresher: In Solana, Programs are stateless; they store data separately...