Skip to content

Instantly share code, notes, and snippets.

View lreiner's full-sized avatar
💻
Coding or Sleeping

Lukas Reiner lreiner

💻
Coding or Sleeping
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';