Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions ecosystem/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,33 @@
title: "Overview"
---


The TON ecosystem is built around two layers of tools.
**Production-facing infrastructure** delivers the live services that power interaction with the blockchain.
**Developer-facing tooling** provides the utilities required to build, test, and deploy those services.

The sections below outline both layers.

## Production-facing infrastructure

Describe the flow of data through

- wallet apps
- sdks
- http apis
- adnl
- node
- Wallet apps: full-fledged GUI for writing to blockchain
- SDKs: libraries for reading/writing to blockchain
- RPC providers: HTTP APIs used under the hood by sdks for reading/writing to blockchain
- Blockchain node: collaborates with other nodes in handling reading/writing requests
- Explorers: full-fledged GUI for reading from blockchain
- TON Connect: library for user interface for reading/writing to blockchain
- Network status dashboards: pages to check if ecosystem is healthy


## Developer-facing tooling

- Blueprint
- IDE
- Testing frameworks
- AI-assisted tools


TMA is lost. Should it be noted here?

Loading