docs
docs copied to clipboard
TON documentation
Changed `ANDL` to `ADNL` in two places.
https://github.com/ton-blockchain/docs/blob/master/docs/smart-contracts/tvm-instructions/instructions.md is missing some primitives: > CF23 — ENDXC (b x – c), if x 6= 0, creates a special or exotic cell > (cf. 3.1.2) from Builder b. The...
By default its not possible to build on Mac M1, so you need to replace ```-march=native``` clang arguments with ```-mcpu=apple-a12```
There was an issue with docs for `dict_delete_get_min` as well as with `dict_delete_get_max` methods (x and k were on different places).
Update pdf, using docs from [ton repo](https://github.com/ton-blockchain/ton/tree/master/doc) Build tex by `texi2pdf` from [texlive-most](https://archlinux.org/groups/x86_64/texlive-most/) package
TON is developing thing and the docs evolve fast. It will be awesome if you add CHANGELOG.md so users can get the information about things that have been changed. Thank...
I'm follow all instructions from the [getting started](https://ton.org/docs/#/howto/getting-started) section but when I try to obtain account state for the "test giver" as described in the [step-by-step](https://ton.org/docs/#/howto/step-by-step?id=inspecting-the-state-of-a-smart-contract) section I got message...
I compiled rldp-http-proxy following instuction in HOWTO->TON Sites. But I can run it only in 0.0.0.0 address, not on certain interface. When I try to run rldp-http-proxy with -a parameter...