Skip to content

ahbilalkhan/solana-transaction-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLANA BLOCKCHAIN DEMO

By Ahmed Bilal

Solana sample app to show wallet connection, message send, and lamport send.

To use this react app do the following, assuming that you have Solana keygen setup

Configure Solana CLI for Localhost and generate new key-gen

  1. Run npm install
  2. Run this solana config set --url https://api.devnet.solana.com to shift cluster to devnet.
  3. Start the cluster using this command solana-test-validator
  4. Run npm start
  5. Try sending Lamport to another devnet address.
  6. You can also check wallet balance using https://www.sollet.io/ make sure your wallet is on devnet network

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published