DEV Community

Jay Gurav
Jay Gurav

Posted on

🚀 Day 10 of #100DaysOfSolana

Built a CLI-based Solana Transfer Tool using Node.js and @solana/web3.js that sends SOL transactions directly on Solana Devnet.

⚡ What the tool does:
• Accepts recipient wallet + amount as command-line arguments
• Connects to Solana Devnet
• Signs transactions using a wallet keypair
• Confirms and returns a live transaction signature

One of the biggest things I learned while building this project was how Solana transactions are structured internally — especially recent blockhashes, fee handling, and transaction signing using cryptographic keypairs.

🖥️ Demo Screenshot:

🔗 Verified Devnet Transaction:
https://explorer.solana.com/tx/55LmbhsqTsM6anvDGnAHYdbgMzcnrsWZt7Gg5XvjhqKEbsVJazbJuiFbYcqhsyKtGK4Z2k2oJZgajo6t4mZHBDrm?cluster=devnet

Really enjoying the journey of learning Solana development and building real blockchain tools in public 🔥

Solana #Web3 #Blockchain #NodeJS #Crypto #Developer #BuildInPublic #100DaysOfSolana

Top comments (0)