Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Aug 14, 2023
2 parents 189f1fd + 096bb0a commit cf43286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/develop/smart-contracts/compile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ton-compiler --input ./wallet.fc --output ./wallet.cell
# Compile to fift (useful for debuging)
ton-compiler --input ./wallet.fc --output-fift ./wallet.fif

# Compile to fift and fift
# Compile to binary form and fift
ton-compiler --input ./wallet.fc --output ./wallet.cell --output-fift ./wallet.fif

# Disable stdlib
Expand Down Expand Up @@ -195,4 +195,4 @@ Note that all FunC source file contents used in your project should be passed to

* [disintar/toncli](https://github.com/disintar/toncli) — one of the most popular approaches. You even can use it with Docker.
* [tonthemoon/ton](https://github.com/tonthemoon/ton)_(closed beta)_ one-line TON binaries installer.
* [delab-team/tlbcrc](https://github.com/delab-team/tlbcrc) — Package & CLI to generate opcodes by TL-B scheme
* [delab-team/tlbcrc](https://github.com/delab-team/tlbcrc) — Package & CLI to generate opcodes by TL-B scheme
2 changes: 1 addition & 1 deletion docs/learn/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Please note that here and later the code, comments and/or documentation may cont
## Translations

* **\[RU]** [korolyow/ton_docs_ru](https://github.com/Korolyow/TON_docs_ru) — TON Whitepapers in Russian. (_this version made by community, TON Foundation can't guarantee quality of translation_)
* **\[CN]** [awesome-doge/the-open-network-whitepaper](https://awesome-doge.github.io/the-open-network-white-paper/) — TON Whitepapers in Chinese. (_made by community, TON Foundation can't guarantee quality of translation_)
* **\[CN]** [awesome-doge/the-open-network-whitepaper](https://github.com/awesome-doge/TON_Paper/blob/main/zh_ton.pdf) — TON Whitepapers in Chinese. (_made by community, TON Foundation can't guarantee quality of translation_)

0 comments on commit cf43286

Please sign in to comment.