Skip to content

Instantly share code, notes, and snippets.

{
"url": "https://mini-app.local/",
"name": "CriptoX",
"iconUrl": "https://mini-app.local/logo.jpg"
}
@cryptox-git
cryptox-git / README.md
Created December 24, 2025 04:19 — forked from atenni/README.md
How to permalink to a gist's raw file

Problem: When linking to the raw version of a gist, the link changes with each revision.

Solution:

To return the first file from a gist: https://gist.github.com/[gist_user]/[gist_id]/raw/

To get a file from multi–file gist: https://gist.github.com/[gist_user]/[gist_id]/raw/[file_name]

@cryptox-git
cryptox-git / tonconnect-manifest.json
Last active December 24, 2025 04:29
criptox tonconnect manifest
{
"url": "https://frontend.criptox.app/",
"name": "CriptoX",
"iconUrl": "https://frontend.criptox.app/logo.jpg"
}