Skip to content

Instantly share code, notes, and snippets.

@tl5675387
tl5675387 / snippets.js
Created November 7, 2021 07:02 — forked from beautyfree/snippets.js
Solana Web3 Snippets
import {
Account,
clusterApiUrl,
Connection,
PublicKey,
sendAndConfirmTransaction,
SystemProgram,
Transaction,
} from '@solana/web3.js';