Skip to content

Instantly share code, notes, and snippets.

View 0xquantech's full-sized avatar

Q 0xquantech

View GitHub Profile
@0xquantech
0xquantech / snippets.js
Created November 15, 2021 19:45 — forked from beautyfree/snippets.js
Solana Web3 Snippets
import {
Account,
clusterApiUrl,
Connection,
PublicKey,
sendAndConfirmTransaction,
SystemProgram,
Transaction,
} from '@solana/web3.js';