File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ This repository contains scripts that check the validity of instruction descript
4242
4343- [ TxTracer] ( https://txtracer.ton.org/ ) — Web app for tracing and analyzing transactions
4444- [ Playground] ( https://txtracer.ton.org/play/ ) — TVM Assembly and FunC playground
45+ - [ TON VS Code Extension] ( https://github.com/ton-blockchain/ton-language-server ) — VS Code extension for TON developers
4546- [ TVM Specification page] ( https://txtracer.ton.org/spec/ ) — Visual representation of this specification
4647- [ TASM] ( https://github.com/ton-blockchain/tasm ) — Assembler and disassembler implementation for TVM bitcode in pure
4748 TypeScript tested on 100k real contracts from blockchain
@@ -61,8 +62,8 @@ Currently, the specification is mainly used in two ways:
6162 autocompletion (Playground).
6263- Using machine-readable instruction descriptions for tools such as TASM.
6364
64- Let's briefly describe the main fields for each way of using the specification. If you want to read full documentation about
65- each field, check out the [ specification schema] ( src/types/specification-schema.ts ) .
65+ Let's briefly describe the main fields for each way of using the specification. If you want to read full documentation
66+ about each field, check out the [ specification schema] ( src/types/specification-schema.ts ) .
6667
6768### As Documentation
6869
You can’t perform that action at this time.
0 commit comments