Skip to content

Commit

Permalink
Retracer&Debugger update (#881)
Browse files Browse the repository at this point in the history
* Retracer&Debugger update

* Del debugger for now
  • Loading branch information
memearchivarius authored Nov 27, 2024
1 parent 51fcbc1 commit 4f49fba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/v3/documentation/smart-contracts/fift/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ hello world ok

:::info
Usually, using the Fift is not required for programming smart contracts in TON. However, Sometimes, you may need to use the Fift language to solve uncommon technical challenges as part of your task.
You might be interested in:
* [TVM Retracer](https://retracer.ton.org/)
:::


Expand Down
1 change: 1 addition & 0 deletions docs/v3/documentation/tvm/tvm-initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

:::info
To maximize your comprehension of this page, familiarizing yourself with the [TL-B language](/v3/documentation/data-formats/tlb/cell-boc) is highly recommended.
* [TVM Retracer](https://retracer.ton.org/)
:::

TVM is invoked during the computing phase of ordinary and/or other transactions.
Expand Down
1 change: 1 addition & 0 deletions docs/v3/documentation/tvm/tvm-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This document provides a bird's-eye view of how TVM executes transactions.

:::tip
* TVM Source — [**TVM C++ implementation**](https://github.com/ton-blockchain/ton/tree/master/crypto/vm)
* [TVM Retracer](https://retracer.ton.org/)
:::


Expand Down
3 changes: 2 additions & 1 deletion src/pages/v3/documentation/tvm/instructions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ So feel free to read about it later.
This document provides a list of TVM instructions along with their opcodes and mnemonics.

:::info
[**TVM.pdf**](https://ton.org/tvm.pdf) concept document for TON Virtual Machine (may include outdated information).
* [**TVM.pdf**](https://ton.org/tvm.pdf) concept document for TON Virtual Machine (may include outdated information).
* [TVM Retracer](https://retracer.ton.org/)
:::

Fift is a stack-based programming language designed to manage TON smart contracts. The Fift assembler is a Fift library that converts mnemonics of TVM instructions into their binary representation.
Expand Down

0 comments on commit 4f49fba

Please sign in to comment.