{"id":28992491,"url":"https://github.com/tact-lang/txtracer","last_synced_at":"2025-06-25T02:39:56.923Z","repository":{"id":293343604,"uuid":"983698358","full_name":"tact-lang/TxTracer","owner":"tact-lang","description":"Trace and debug any TON blockchain transaction","archived":false,"fork":false,"pushed_at":"2025-06-20T21:15:45.000Z","size":103894,"stargazers_count":7,"open_issues_count":24,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-20T21:29:56.190Z","etag":null,"topics":["debugger","tact","ton","trace","tvm"],"latest_commit_sha":null,"homepage":"https://txtracer.ton.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tact-lang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-14T19:22:06.000Z","updated_at":"2025-06-20T14:27:34.000Z","dependencies_parsed_at":"2025-06-06T19:26:16.029Z","dependency_job_id":"da64bbbd-dd53-49b9-b5f1-f60bc7247660","html_url":"https://github.com/tact-lang/TxTracer","commit_stats":null,"previous_names":["tact-lang/txtracer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tact-lang/TxTracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tact-lang%2FTxTracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tact-lang%2FTxTracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tact-lang%2FTxTracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tact-lang%2FTxTracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tact-lang","download_url":"https://codeload.github.com/tact-lang/TxTracer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tact-lang%2FTxTracer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261792622,"owners_count":23210339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugger","tact","ton","trace","tvm"],"created_at":"2025-06-25T02:39:53.673Z","updated_at":"2025-06-25T02:39:56.899Z","avatar_url":"https://github.com/tact-lang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TxTracer\n\nTxTracer is a web application designed for tracing and analyzing transactions on the TON (The Open Network) blockchain.\nIt provides developers and users with tools to visualize and understand transaction flows, inspect contract states, and\ndebug smart contracts. The application features a code editor for viewing TVM assembly and a user-friendly interface\nfor navigating complex transactions.\n\nBased on [TxTracer-core](https://github.com/tact-lang/txtracer-core).\n\n![cover.png](docs/cover.png)\n\n## Features\n\n- **Transaction Tracing:** Visualize and step through TON transaction execution.\n- **Contract Interaction:** Inspect contract details and messages.\n- **Detailed Cell Inspector:** Explore TON cells from the stack in a hierarchical tree view. Ability to look at\n  Cell/Slice/Builder/Address as a Cell tree with the ability to collapse subtrees, as well as copy any of its parts as\n  BoC hex.\n- **Code Viewer \u0026 Inspector:** View TVM assembly code with execution counts, gas usage, and detailed instruction\n  documentation on hover.\n  - Code editor with highlighting.\n  - Hover documentation for instructions.\n  - Number of executions of a given line on hover.\n  - Exit code next to the instruction that threw it.\n  - Go to any line by Ctrl/Cmd + Click.\n- **Stack Viewer:** View the stack with different colors for different data types.\n- **Transaction Details:** View transaction details, Out Actions, VM, and executor logs.\n- **Network Support:** Mainnet and testnet support (with a badge if the transaction is from the testnet).\n- **Light/Dark Theme:** Switch between light and dark themes.\n\n## How to use\n\nGo to https://txtracer.ton.org/, enter the transaction hash or transaction link from explorer,\nclick the \"Trace\" button, and start diving into the contract!\n\nTxTracer supports links from the following explorers:\n\n- `https://ton.cx`\n- `https://tonviewer.com`\n- `https://tonscan.org`\n- `https://explorer.toncoin.org`\n- `https://dton.io`\n\nIf you want to share a link to a specific transaction, you can add the `tx` parameter:\n\nhttps://txtracer.ton.org/?tx=60e5cd74c32c1ccd193599a9ebee6cae33f5e76d9ba29031d0bf3adb4ab37363\n\n### Transactions to play with\n\nIf you just want to try TxTracer, here are some interesting transactions:\n\n- [Out of gas exception](https://txtracer.ton.org/?tx=64ec9aa3d0515783fc32e8ecf741e00815d82396752a0ac6aef367483acd6908)\n- [Huge contract](https://txtracer.ton.org/?tx=041293cf00939d8df12badbdf6ab9e2091c8121941dbb170c543595403b5b97b)\n- [Skipped compute phase](https://txtracer.ton.org/?tx=654fc2160a3ad81ef05803e99fcec13a9a309e937bacbd0534e4dbee018ca594)\n- [Deep cells](https://txtracer.ton.org/?tx=f8b7a5b598c65ecb180338eec103bf28c199bf8346453342eb7022ccf2ea39f6)\n\n## Inspiration\n\nThis project is heavily inspired by [retracer](https://retracer.ton.org/).\n\n## License\n\nMIT © TON Studio\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftact-lang%2Ftxtracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftact-lang%2Ftxtracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftact-lang%2Ftxtracer/lists"}