diff --git a/README.md b/README.md index fcbb109..e3aa197 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,44 @@ 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. + + + diff --git a/package.json b/package.json index c2dc253..0590858 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tvm-viewer", "private": true, - "version": "0.0.1", + "version": "0.0.2", "main": "dist/index.js", "files": [ "dist/**/*"