File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 3
3
<img height =" 400px " src =" https://github.com/user-attachments/assets/96151a33-3aad-4f50-bd72-f57b87c6f754 " />
4
4
5
5
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
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tvm-viewer" ,
3
3
"private" : true ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
7
7
" dist/**/*"
You can’t perform that action at this time.
0 commit comments