Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1IxI1 committed Jul 19, 2024
1 parent 4aebc14 commit 5de7f68
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,44 @@
<img height="400px" src="https://github.com/user-attachments/assets/96151a33-3aad-4f50-bd72-f57b87c6f754"/>

Stack tracer for debugging smart contracts deployed on TON Blockchain.

## Features

- Step-by-step execution with stack
- Testnet
- Executor logs
- Enjoyable UI (I hope)
- All explorers support (almost)
- Robust integrity (libs, randseed, prev. txs check)

## How-to

### Enter tx link

In almost any form:

- From ton.cx
- From tonviewer.com
- From tonscan.io
- From tonscan.org
- From explorer.toncoin.org
- Like `lt:hash` with hash in hex
- Just like `hash` with hash in hex or base64

### Use testnet

By param: \
https://1ixi1.github.io/tvm-viewer?testnet=true

### Make a link to viewer with tx

By param: \
https://1ixi1.github.io/tvm-viewer/?tx=4df182d84e9e1bbe76d9cfe35bd023c244c55b03cbd118457769868aa2e85bf4 \
(any form as described above)

### Find tx link in tonviwer

Click on desired circle and copy the web page link.



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tvm-viewer",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 5de7f68

Please sign in to comment.