Skip to content

lexferia/challenge1-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge 1 - Solana

Solana - Airdrop SOL

How to run

Generate wallet

if didn't yet created a wallet, you just need to run the following in CLI:

  node generateWallet

then, you will get the following output:

  Public Key of the generated keypair {string}

Check wallet balance and airdrop 2 lamport

run the following in CLI:

  node index publicKey={string}

then, you will find the following line below as a part of the output when it is successful

  Wallet balance: 2 SOL

Releases

No releases published

Packages

No packages published