Skip to content

Instantly share code, notes, and snippets.

@abdulbarik
abdulbarik / snippets.js
Created September 20, 2021 02:15 — forked from beautyfree/snippets.js
Solana Web3 Snippets
import {
Account,
clusterApiUrl,
Connection,
PublicKey,
sendAndConfirmTransaction,
SystemProgram,
Transaction,
} from '@solana/web3.js';