DEV Community

Cover image for Building My First Solana Transfer CLI Tool | #100DaysOfSolana
Siddhant Chavan
Siddhant Chavan

Posted on

Building My First Solana Transfer CLI Tool | #100DaysOfSolana

Built a CLI tool that transfers SOL on Solana devnet and tracks the transaction through processed, confirmed, and finalised states.

This project helped me understand that Solana transactions are much more than just β€œsending crypto.” I learned how recent blockhashes work, why transactions need signatures, how confirmation levels actually matter, and what really happens after a transaction gets submitted to the network.

The most interesting part was watching the transaction lifecycle in real time and seeing how Solana moves from processed β†’ confirmed β†’ finalised.

Also spent time debugging failed transactions and honestly learned more from the failures than the successful transfers πŸ˜…

Built using Solana Kit + System Program on devnet.

πŸ“Έ Terminal demo + Explorer screenshot attached
πŸ”— Explorer Link: https://explorer.solana.com/tx/2tQJ8YEwtTC7UdS5nYsHtRWV73LsiSR37vHEVTpJeiGGGEoXTotfX4SVGHnEvrhak8DvhFEy8G4eJLCsayrFNQGR?cluster=devnet

Solana #Web3 #Blockchain #BuildInPublic #100DaysOfSolana

Top comments (0)