feat(web3): add Web3 services documentation pages#1940
feat(web3): add Web3 services documentation pages#1940TONresistor wants to merge 2 commits intoton-org:mainfrom
Conversation
Add 5 new documentation pages for TON Web3 services: - TON DNS: domain system with TL-B schemas, smart contract interactions, and code examples - TON Proxy: HTTP-to-ADNL bridge with CLI reference for forward and reverse proxy modes - TON Sites: web services accessible through ADNL/RLDP with hosting guides - TON Payments: off-chain payment channels with channel flow and dispute resolution - TON Storage: distributed file storage with provider contracts, op codes, and get methods All technical claims fact-checked against the ton-blockchain/ton C++ monorepo.
|
Skipping AI review because this PR is from a fork. A maintainer can start the review by commenting /review in this PR. |
|
Thank you for the contribution! Unfortunately, it is too large, with over 600 added lines, excluding some generated or otherwise special files. Thus, this pull request is challenging to review and iterate on. Please split the PR into several smaller ones and consider reverting any unrelated changes, writing less, or approaching the problem in the issue from a different angle. I look forward to your next submissions. If you still intend to proceed as is, then you are at the mercy of the reviewers. |
|
@TONresistor wow, thanks! But could you please split this PR into about 5 distinct ones, with one per new page, please? That'd make it much easier to review and apply changes too. If they're heavily interlinked, that's fine and you can keep those links as is — we'll be merging them in quick succession once they all are reviewed and approved on our end. |
Summary
foundations/web3/: TON DNS, TON Storage, TON Proxy, TON Sites, and TON Paymentsdocs.jsonnavigation with a new "Web3 services" groupfoundations/services.mdxto link to the new sectionPages added
ton-dns.mdxton-storage.mdxton-proxy.mdxton-sites.mdxton-payments.mdxTest plan