Skip to content

Instantly share code, notes, and snippets.

View modster's full-sized avatar
🧠

EM Greeff modster

🧠
View GitHub Profile
@modster
modster / unjs.txt
Created March 17, 2025 01:28
This is a gist created by ofetch.
UnJS is awesome!
@1e9y
1e9y / analysis.txt
Last active March 17, 2025 01:00
Solana On-Chain Analytics. Week 2
1. 5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1 Raydium Authority V4. Swaping assets.
2. ChGA1Wbh9WN8MDiQ4ggA5PzBspS2Z6QheyaxdVo3XdW6 $IMG. Sending rewards.
3. 4VztozdDL8yFPLdpUpMNT3Hf7xMZ2qPGAMretExTvZ78 Kamino. Lending assets.
4. Dx8iy2o46sK1DzWbEcznqSKeLbLVeu7otkibA3WohGAj Kamino. Reserve account.
5. 62qc2CNXwrYqQScmEdiZFFAnJR262PxWEuNQtxfafNgV pump.fun. Collecting fees.
6. 7LCZckF6XXGQ1hDY6HFXBKWAtiUgL9QY5vj1C4Bn1Qjj Jito Staking.
7. GpMZbSM2GgvTKHJirzeGfMFoaZ8UR2X7F4v8vHTvxFbL Raydium Vault
8. 5XFdrMqisKzNBvx68GYR8ULuXkaDefLAHTojVYyrhKt9 Fluxbeam.
9. MfDuWeqSHEqTFVYZ7LoexgAK9dxk7cy4DFJWjWMGVWa Wintermute. Trading.
10. 28KqHiudrpzfVkVWQ1jztQ2Aarf4W3CvTitjWEqTCkpA Pool?
({}+"")[!""+!""]
+ ([] + !""/[])[!![]+!!{}+!""]
+ (![] + "")[!![] << !![]]
+ (![] + "")[!![] << !![]]
+ (!!{}/[]+"")[!![] << !![] <<!![] | !![] << !![] | !![]]
+ ({}+"")[!![] << !![] <<!![] | !![] << !![] | !![]]
+ ({}+"")[!![]<<!![]|!([]/[])]
+ ({}+"")[+!"" ]
+ (""+![])[!![]<<!![]<<!![]]
+ (![] + "")[!![] << !![]]
@ulerdogan
ulerdogan / p256verify.sh
Created February 7, 2024 22:27
Testing command for RIP-7212
RPC="https://polygon-mumbai.blockpi.network/v1/rpc/public"
P256VERIFY="0x0000000000000000000000000000000000000100"
CALLDATA="4cee90eb86eaa050036147a12d49004b6b9c72bd725d39d4785011fe190f0b4da73bd4903f0ce3b639bbbf6e8e80d16931ff4bcf5993d58468e8fb19086e8cac36dbcd03009df8c59286b162af3bd7fcc0450c9aa81be5d10d312af6c66b1d604aebd3099c618202fcfe16ae7770b0c49ab5eadf74b754204a3bb6060e44eff37618b065f9832de4ca6ca971a7a1adc826d0f7c00181a5fb2ddf79ae00b4e10e"
echo "testing RIP-7212 on Mumbai"
cast call --rpc-url ${RPC} ${P256VERIFY} --data ${CALLDATA}
@stevedylandev
stevedylandev / index.js
Last active June 8, 2024 08:27
Mint an NFT Using Pinata and Crossmint
// Run `npm install form-data node-fetch fs dotenv`
//
// Create a separate .env file with the following variables completed
// PINATA_JWT=
// CROSSMINT_PROJECT_ID=
// CROSSMING_CLIENT_SECRET=
//
// Read more on how this works at
@prof3ssorSt3v3
prof3ssorSt3v3 / index.html
Created April 29, 2023 15:34
Code from video on using the Sources panel in Chrome dev tools
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet" />
@prof3ssorSt3v3
prof3ssorSt3v3 / index.html
Created April 27, 2023 16:19
Code from video about using the chrome dev tools console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet" />
@prof3ssorSt3v3
prof3ssorSt3v3 / index.html
Created February 5, 2023 18:27
Code from video about Queue Data Structures
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Queue Data Structures</title>
<link rel="stylesheet" href="./main.css" />
<script src="./main.js" type="module"></script>
</head>
@modster
modster / octocat.js
Last active June 13, 2023 02:53
OCKTOCAT ASCII ART
export const ockto = `
MMM. .MMM
MMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMM _________________________________
MMMMMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMMMMMMMMM | Responsive is better than fast. |
MMMMMMMMMMMMMMMMMMMMMMMM |_ _____________________________|
MMMM::- -:::::::- -::MMMM |/
MM~:~ 00~:::::~ 00~:~MM
.. MMMMM::.00:::+:::.00::MMMMM ..
@prof3ssorSt3v3
prof3ssorSt3v3 / index.html
Last active April 15, 2023 16:33
Code sample for background image tints through CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tinting Images with CSS</title>
<link href="https://fonts.cdnfonts.com/css/brandon-grotesque" rel="stylesheet" />
<link rel="stylesheet" href="./style.css" />
<script>