#blockchain
Read more stories on Hashnode
Articles with this tag
šŗ 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...
Intro 𤫠Tell you a secret, wallets are misleading. They do not store your crypto. In fact, they do not hold anything. So why do we need even them in...
š„ 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...