Skip to content

Instantly share code, notes, and snippets.

View Jayke770's full-sized avatar
🏠
Working from home

Jake Jayke770

🏠
Working from home
View GitHub Profile
@janklimo
janklimo / scheme_exact_hyperliquid.md
Last active March 13, 2026 14:39
x402 on Hyperliquid

Scheme: exact on Hyperliquid

Versions supported

  • ❌ v1 - not supported.
  • βœ… v2

Supported Networks

This spec uses a custom CAIP-2 namespace for Hyperliquid L1 (HyperCore):

@wiz0u
wiz0u / MessageEffectIds.txt
Created September 25, 2025 00:56
Telegram Bot API - All message_effect_id values
πŸ‘ 5107584321108051014 animated effect
πŸ‘Ž 5104858069142078462 animated effect
❀ 5159385139981059251 animated effect
πŸ”₯ 5104841245755180586 animated effect
πŸŽ‰ 5046509860389126442 animated effect
πŸ’© 5046589136895476101 animated effect
πŸ₯° 5170169077011841524 animated effect
πŸ‘ 5170166362592510656 animated effect
😁 5048771083361059460 animated effect
πŸ€” 5170257231215591956 animated effect
@gleba
gleba / jetton.js
Last active January 27, 2025 01:19
TON Jetton example
const TonWeb = require("tonweb");
const utils = require("tonweb/src/utils");
const NftUtils = require("tonweb/src/contract/token/nft/NftUtils");
const Cell = TonWeb.boc.Cell;
const { JettonMinter, JettonWallet } = TonWeb.token.jetton;
const jettonContentUri = 'https://files.raevskyschool.ru/coin.json';
async function doit() {
const tonweb = new TonWeb(new TonWeb.HttpProvider('https://testnet.toncenter.com/api/v2/jsonRPC', { apiKey: "get here: https://t.me/tontestnetapibot" }));
const WalletClass = tonweb.wallet.all['v3R2'];
@fahad15090
fahad15090 / How to reset EFS try that maybe helpful!
Created January 28, 2022 13:21
How to reset EFS try that maybe helpful!
Try that on rooted or TWRP Terminal
adb shell
ls -l /dev/block/bootdevice/by-name/ this will print all partition on emmc/ufs
These are partition that hold some efs/networking info so
if you have problem with efs/NVdata is curropted try that maybe helpful