Notes for intro provided by commander_thrashdin.
(fun arg1 arg1 ...)| [package] | |
| name = "memsize" | |
| version = "0.1.0" | |
| edition = "2024" | |
| [dependencies] | |
| memoffset = "0.9.1" | 
| [package] | |
| name = "feepayer" | |
| version = "0.1.0" | |
| edition = "2024" | |
| [dependencies] | |
| solana-instruction = "3.0.0" | |
| solana-pubkey = "3.0.0" | |
| solana-sanitize = "3.0.1" | |
| solana-transaction = { version = "3.0.1", features = ["blake3"] } | 
| import path from 'path' | |
| // 1. Define root of project from which to resolve all packages | |
| const ROOT = path.resolve(__dirname, '..') | |
| // 2. Define the relative path of the package that we generate the dorny filters for | |
| const PACK = process.argv[2] | |
| if (PACK == null) { | |
| throw new Error( | |
| 'Need to supply relative path argument for package you want to render dorny filter for' | 
| // Run as a Chrome Snippetfrom either of the below urls: | |
| // https://www.jazzradio.com/member/favorite/channels | |
| // https://www.classicalradio.com/member/favorite/channels | |
| // https://www.radiotunes.com/member/favorite/channels | |
| // https://www.rockradio.com/member/favorite/channels | |
| // https://www.zenradio.com/member/favorite/channels | |
| const KEY = '<yourkeyhere>' | |
| const subsidy = document.location.host.split('.')[1] | |
| function getChannelInfos() { | 
| #!/usr/bin/env bash | |
| ## Prepare Wallets | |
| solana-keygen new --silent --no-bip39-passphrase --outfile solpair1.json | |
| solana-keygen new --silent --no-bip39-passphrase --outfile solpair2.json | |
| ### Airdrop and label them | |
| amman airdrop ./solpair1.json -l soladdr1 | 
Notes for intro provided by commander_thrashdin.
(fun arg1 arg1 ...)| http://05738ef0.ngrok.io | 
I hereby claim:
To claim this, I am signing this object:
| 'use strict' | |
| const deferred = { | |
| resolve: function dontCare() {} | |
| } | |
| class DeoptMark { | |
| constructor({ ITER = 1E3 } = {}) { | |
| this._ITER = ITER | |
| this._fns = [] |