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 π₯

Top comments (0)