Skip to content

Instantly share code, notes, and snippets.

View vsec7's full-sized avatar

Viloid vsec7

View GitHub Profile
@beautyfree
beautyfree / snippets.js
Last active December 14, 2022 11:49
Solana Web3 Snippets
import {
Account,
clusterApiUrl,
Connection,
PublicKey,
sendAndConfirmTransaction,
SystemProgram,
Transaction,
} from '@solana/web3.js';