DEV Community

Soumya Mishra
Soumya Mishra

Posted on

What I read about Solana in the past 4 days

On Day 1, I started learning about Solana. It started in a very exciting phase, and now I am on Day 5, writing this post. I learnt how to initiate a wallet using JavaScript and the @solana/kit module, and check the balance. I requested some of the airdrops from Solana Devnet. After that, on Day 2, I learnt how I can persist my key through multiple script runs. On Day 3, I understood what the smallest unit of SOL is (i.e., lamport). And why division is not a good practice in banking or anything related to currency or money. On day 4, I learnt about different types of wallets setup my own extension-based wallet.

Top comments (0)