Skip to content

Instantly share code, notes, and snippets.

View codomposer's full-sized avatar
💻
Open to work

Gritty_dev codomposer

💻
Open to work
View GitHub Profile
async function main() {
try {
// Buying JUP token using 1 USDC in total 2 USDC per 2 min
const dcaPubKey = await createDCA(USDC, JUP, 2_000_000, 1_000_000, 120);
// console.log("DCA Pub Key: ", dcaPubKey.toBase58());
} catch (error) {
console.error("Error in main:", error);
throw error;
}
@codomposer
codomposer / List.md
Created June 14, 2022 00:45 — forked from napsterrahul/List.md
List of open source projects made with Laravel