Skip to content

Commit 5de7f68

Browse files
committed
v0.0.2
1 parent 4aebc14 commit 5de7f68

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,44 @@
33
<img height="400px" src="https://github.com/user-attachments/assets/96151a33-3aad-4f50-bd72-f57b87c6f754"/>
44

55
Stack tracer for debugging smart contracts deployed on TON Blockchain.
6+
7+
## Features
8+
9+
- Step-by-step execution with stack
10+
- Testnet
11+
- Executor logs
12+
- Enjoyable UI (I hope)
13+
- All explorers support (almost)
14+
- Robust integrity (libs, randseed, prev. txs check)
15+
16+
## How-to
17+
18+
### Enter tx link
19+
20+
In almost any form:
21+
22+
- From ton.cx
23+
- From tonviewer.com
24+
- From tonscan.io
25+
- From tonscan.org
26+
- From explorer.toncoin.org
27+
- Like `lt:hash` with hash in hex
28+
- Just like `hash` with hash in hex or base64
29+
30+
### Use testnet
31+
32+
By param: \
33+
https://1ixi1.github.io/tvm-viewer?testnet=true
34+
35+
### Make a link to viewer with tx
36+
37+
By param: \
38+
https://1ixi1.github.io/tvm-viewer/?tx=4df182d84e9e1bbe76d9cfe35bd023c244c55b03cbd118457769868aa2e85bf4 \
39+
(any form as described above)
40+
41+
### Find tx link in tonviwer
42+
43+
Click on desired circle and copy the web page link.
44+
45+
46+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tvm-viewer",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"main": "dist/index.js",
66
"files": [
77
"dist/**/*"

0 commit comments

Comments
 (0)