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)