By Ahmed Bilal
Solana sample app to show wallet connection, message send, and lamport send.
Configure Solana CLI for Localhost and generate new key-gen
- Run
npm install
- Run this
solana config set --url https://api.devnet.solana.com
to shift cluster to devnet. - Start the cluster using this command
solana-test-validator
- Run
npm start
- Try sending Lamport to another devnet address.
- You can also check wallet balance using https://www.sollet.io/ make sure your wallet is on devnet network