Skip to content

Instantly share code, notes, and snippets.

View talhadaar's full-sized avatar

Muhammad Talha Dar talhadaar

View GitHub Profile
@talhadaar
talhadaar / snippets.js
Created June 14, 2022 08:47 — forked from beautyfree/snippets.js
Solana Web3 Snippets
import {
Account,
clusterApiUrl,
Connection,
PublicKey,
sendAndConfirmTransaction,
SystemProgram,
Transaction,
} from '@solana/web3.js';