forked from ton-community/ton-docs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations overview.md (Chinese Simplified)
- Loading branch information
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
...darin/docusaurus-plugin-content-docs/current/participate/crosschain/overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
# Cross-chain bridges | ||
# 跨链桥 | ||
|
||
Decentralized cross-chain bridges operate on TON Blockchain, allowing you to transfer assets from TON Blockchain to other blockchains and vice versa. | ||
去中心化的跨链桥在TON区块链上运行,允许您将资产从TON区块链转移到其他区块链,反之亦然。 | ||
|
||
## Toncoin Bridge | ||
## Toncoin 跨链桥 | ||
|
||
The Toncoin bridge allows you to transfer Toncoin between TON Blockchain and the Ethereum blockchain, as well as between TON Blockchain and the BNB Smart Chain. | ||
Toncoin 跨链桥允许您在TON区块链和以太坊区块链之间,以及TON区块链和BNB智能链之间转移Toncoin。 | ||
|
||
The bridge is managed by [decentralized oracles](/participate/crosschain/bridge-addresses). | ||
跨链桥由[去中心化预言机](/participate/crosschain/bridge-addresses)管理。 | ||
|
||
### How to use it? | ||
### 如何使用? | ||
|
||
Bridge frontend is hosted on https://ton.org/bridge. | ||
跨链桥的前端托管在 https://ton.org/bridge。 | ||
|
||
:::info | ||
[Bridge frontend source code](https://github.com/ton-blockchain/bridge) | ||
[跨链桥前端源代码](https://github.com/ton-blockchain/bridge) | ||
::: | ||
|
||
### TON-Ethereum smart contracts source codes | ||
### TON-以太坊智能合约源代码 | ||
|
||
- [FunC (TON side)](https://github.com/ton-blockchain/bridge-func) | ||
- [Solidity (Ethereum side)](https://github.com/ton-blockchain/bridge-solidity/tree/eth_mainnet) | ||
- [FunC (TON端)](https://github.com/ton-blockchain/bridge-func) | ||
- [Solidity (以太坊端)](https://github.com/ton-blockchain/bridge-solidity/tree/eth_mainnet) | ||
|
||
### TON-BNB Smart Chain smart contracts source codes | ||
### TON-BNB智能链智能合约源代码 | ||
|
||
- [FunC (TON side)](https://github.com/ton-blockchain/bridge-func/tree/bsc) | ||
- [Solidity (BSC side)](https://github.com/ton-blockchain/bridge-solidity/tree/bsc_mainnet) | ||
- [FunC (TON端)](https://github.com/ton-blockchain/bridge-func/tree/bsc) | ||
- [Solidity (BSC端)](https://github.com/ton-blockchain/bridge-solidity/tree/bsc_mainnet) | ||
|
||
### Blockchain Configs | ||
### 区块链配置 | ||
|
||
You can get the actual bridge smart contract addresses and oracle addresses by inspecting the corresponding config: | ||
您可以通过检查相应的配置来获取实际的跨链桥的智能合约地址和预言机地址: | ||
|
||
TON-Ethereum: [#71](https://github.com/ton-blockchain/ton/blob/35d17249e6b54d67a5781ebf26e4ee98e56c1e50/crypto/block/block.tlb#L738). | ||
TON-以太坊: [#71](https://github.com/ton-blockchain/ton/blob/35d17249e6b54d67a5781ebf26e4ee98e56c1e50/crypto/block/block.tlb#L738)。 | ||
|
||
TON-BSC: [#72](https://github.com/ton-blockchain/ton/blob/35d17249e6b54d67a5781ebf26e4ee98e56c1e50/crypto/block/block.tlb#L739). | ||
TON-BSC: [#72](https://github.com/ton-blockchain/ton/blob/35d17249e6b54d67a5781ebf26e4ee98e56c1e50/crypto/block/block.tlb#L739)。 | ||
|
||
TON-Polygon: [#73](https://github.com/ton-blockchain/ton/blob/35d17249e6b54d67a5781ebf26e4ee98e56c1e50/crypto/block/block.tlb#L740). | ||
TON-Polygon: [#73](https://github.com/ton-blockchain/ton/blob/35d17249e6b54d67a5781ebf26e4ee98e56c1e50/crypto/block/block.tlb#L740)。 | ||
|
||
### Documentation | ||
### 文档 | ||
|
||
- [How the bridge works](https://github.com/ton-blockchain/TIPs/issues/24) | ||
- [跨链桥如何工作](https://github.com/ton-blockchain/TIPs/issues/24) | ||
|
||
### Cross-chain roadmap | ||
### 跨链路线图 | ||
|
||
- https://t.me/tonblockchain/146 | ||
|
||
## Tonana Bridge | ||
## Tonana 跨链桥 | ||
|
||
### How to participate? | ||
### 如何参与? | ||
|
||
:::caution draft\ | ||
This is a concept article. We're still looking for someone experienced to write it. | ||
:::caution 草案\ | ||
这是一篇概念文章。我们仍在寻找有经验的人来撰写。 | ||
::: | ||
|
||
You can find the front-end here: https://tonana.org/ | ||
您可以在这里找到前端:https://tonana.org/ | ||
|
||
The source code is here: https://github.com/tonanadao | ||
源代码在这里:https://github.com/tonanadao |