Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 602 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 602 Bytes

Intro_Solana

Introductory examples to Solana web application development implemented in React+Typescript and using Web3.js.

solana_part1

Connecting/disconnecting to the Phantom wallet and retrieving the public key. Make sure you have Phantom extension installed in your browser.

solana_part2

Requesting an airdrop (only in devnet/testnet). An airdrop is needed when developing on devnet/testnet so that the user has some SOL for paying the fees and executing transactions.

solana_part3

Transferring lamports from the user's wallet to another destination using the SystemProgram.