Skip to content

Commit

Permalink
New translations introduction.mdx (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonSquare committed Apr 27, 2024
1 parent 108dc9b commit c059103
Showing 1 changed file with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
import Player from '@site/src/components/player'
import Button from '@site/src/components/button'

# The Open Network
# 开放网络

**The Open Network (TON)** is a decentralized and open internet platform made up of several components. These include: TON Blockchain, TON DNS, TON Storage, and TON Sites. TON Blockchain is the core protocol that connects TON’s underlying infrastructure together to form the greater TON Ecosystem.
**开放网络 The Open Network(TON)** 是一个由多个组成部分构成的去中心化和开放的互联网平台。这些组成部分包括:TON 区块链、TON DNSTON 存储和 TON 网站。TON 区块链是连接 TON 底层基础设施的核心协议,从而形成更大的 TON 生态系统。

TON is focused on achieving widespread cross-chain interoperability, while operating in a highly scalable secure framework. TON is designed to process millions of transactions per second (TPS), with the goal of eventually reaching hundreds of millions of users moving forward.
TON 致力于实现广泛的跨链互操作性,同时在高度可扩展的安全框架内运行。TON 的设计用于处理每秒数百万笔交易(TPS),目标是最终达到数亿用户的采用。

**TON Blockchain** is designed as a distributed supercomputer, or “_superserver_,” intended to provide a variety of products and services to contribute to the development of the decentralized vision for the new internet.
**TON 区块链** 被设计为一个分布式超级计算机,或称为“超级服务器”,旨在提供各种产品和服务,以助力新互联网的去中心化愿景的发展。

- Discover which services TON provides for its users by reviewing this section: [Participate in TON](/participate/)
- To learn more about the technical aspects of TON Blockchain review the [Blockchain of Blockchains](/learn/overviews/ton-blockchain)
- Learn more about the development of all things TON by reviewing this section: [Getting Started](/develop/overview)
- 通过查看此部分了解 TON 为其用户提供的服务:[参与 TON](/participate/)
- 通过查看此部分了解 TON 区块链的技术方面 [区块链的区块链](/learn/overviews/ton-blockchain)
- 通过查看此部分了解有关 TON 的所有事务的发展:[开始使用](/develop/overview)

## Bird's Eye Overview
## 概览

To understand the true vision for the decentralized internet and how TON contributes to this inevitability, consider taking a deep dive into the video below:
要理解去中心化互联网的真正愿景以及 TON 如何对此不可避免地做出贡献,请深入学习下面的视频:

<Player url="https://www.youtube.com/watch?v=XgzHmV_nnpY" />

## TON Blockchain Course
## TON 区块链课程

We're proud to present the **TON Blockchain Course**, which is a comprehensive guide to the TON Blockchain. The course is designed for developers who want to learn how to create smart contracts and decentralized applications on the TON Blockchain.
我们自豪地推出 **TON 区块链课程**,这是一个关于 TON 区块链的全面指南。该课程是为想要学习如何在 TON 区块链上创建智能合约和去中心化应用的开发者设计的。

It consists of **9 modules** and covers the basics of the TON Blockchain, the FunC programming language, and the TON Virtual Machine (TVM).
它包含 **9个模块**,涵盖了 TON 区块链的基础知识、FunC 编程语言和 TON 虚拟机 (TVM)

<Button href="https://stepik.org/course/176754/" colorType={'primary'} sizeType={'sm'}>Check TON Course</Button>
<Button href="https://stepik.org/course/176754/" colorType={'primary'} sizeType={'sm'}>查看 TON 课程</Button>

## New to Blockchain?
## 区块链新手?

If you're new to blockchain and don’t understand what makes the technology so revolutionary — consider taking a deep dive into these important resources:
如果你是区块链的新手,不了解这项技术为何如此革命性 — 考虑深入了解这些重要内容:

- [What is Blockchain? What is a Smart Contract? What is Gas?](https://blog.ton.org/what_is_blockchain)
- [How a Blockchain Can Help You on a Deserted Island](https://talkol.medium.com/why-decentralized-consensus-blockchain-is-good-for-business-5ff263468210)
- [\[YouTube\] Crypto Networks and Why They Matter](https://youtu.be/2wxtiNgXBaU)
- [什么是区块链?什么是智能合约?什么是 Gas](https://blog.ton.org/what_is_blockchain)
- [在荒岛上,区块链如何帮助你](https://talkol.medium.com/why-decentralized-consensus-blockchain-is-good-for-business-5ff263468210)
- [\[YouTube\] 加密网络及其重要性](https://youtu.be/2wxtiNgXBaU)

## TON’s Relationship With Ethereum
## TON 与以太坊的关系

For those familiar with Ethereum development, we wrote two introductory articles to help you understand what sets TON apart in this regard:
对于熟悉以太坊开发的人,我们撰写了两篇介绍性文章,帮助你了解 TON 的独特之处:

- [Six unique aspects of TON Blockchain that will surprise Solidity developers](https://blog.ton.org/six-unique-aspects-of-ton-blockchain-that-will-surprise-solidity-developers)
- [It’s time to try something new: Asynchronous smart contracts](https://telegra.ph/Its-time-to-try-something-new-Asynchronous-smart-contracts-03-25)
- [Comparison of Blockchains](https://ton.org/comparison_of_blockchains.pdf)
- [TON 区块链的六个独特之处,会让 Solidity 开发者感到惊讶](https://blog.ton.org/six-unique-aspects-of-ton-blockchain-that-will-surprise-solidity-developers)
- [尝试新事物的时候到了:异步智能合约](https://telegra.ph/Its-time-to-try-something-new-Asynchronous-smart-contracts-03-25)
- [区块链之间的比较](https://ton.org/comparison_of_blockchains.pdf)

0 comments on commit c059103

Please sign in to comment.