-
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.
add table content for smart contract section(Chinese translation)
- Loading branch information
Showing
27 changed files
with
109 additions
and
4 deletions.
There are no files selected for viewing
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
5 changes: 4 additions & 1 deletion
5
...saurus-plugin-content-docs/current/contract/bitcoin-scripts/dual-stack-model.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 +1,4 @@ | ||
# 比特币双栈模型 | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
# 双栈模型 |
4 changes: 4 additions & 0 deletions
4
...zh-CN/docusaurus-plugin-content-docs/current/contract/bitcoin-scripts/opcode.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
# 操作码 |
4 changes: 4 additions & 0 deletions
4
i18n/zh-CN/docusaurus-plugin-content-docs/current/contract/bitcoin-scripts/p2ms.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
# P2MS(支付到多签)脚本 |
4 changes: 4 additions & 0 deletions
4
i18n/zh-CN/docusaurus-plugin-content-docs/current/contract/bitcoin-scripts/p2pk.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
# P2PK(支付到公钥)脚本 |
4 changes: 4 additions & 0 deletions
4
.../zh-CN/docusaurus-plugin-content-docs/current/contract/bitcoin-scripts/p2pkh.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
# P2PKH(支付到公钥哈希)脚本 |
4 changes: 4 additions & 0 deletions
4
i18n/zh-CN/docusaurus-plugin-content-docs/current/contract/bitcoin-scripts/p2sh.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 6 | ||
--- | ||
# P2SH(支付到脚本哈希)脚本 |
4 changes: 4 additions & 0 deletions
4
...rus-plugin-content-docs/current/contract/bitcoin-scripts/turing-completeness.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 7 | ||
--- | ||
# 图灵完备性 |
4 changes: 4 additions & 0 deletions
4
...urus-plugin-content-docs/current/contract/getting-started/environment-set-up.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
# 准备环境 |
5 changes: 4 additions & 1 deletion
5
...cusaurus-plugin-content-docs/current/contract/getting-started/first-contract.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 +1,4 @@ | ||
# 编写你的第一个智能合约 | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
# 编写第一个合约 |
1 change: 1 addition & 0 deletions
1
i18n/zh-CN/docusaurus-plugin-content-docs/current/contract/metacontract.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# MetaContract SDK |
4 changes: 4 additions & 0 deletions
4
i18n/zh-CN/docusaurus-plugin-content-docs/current/contract/mvc-standard/dao.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
# DAO 合约 |
5 changes: 4 additions & 1 deletion
5
.../zh-CN/docusaurus-plugin-content-docs/current/contract/mvc-standard/ft-token.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 +1,4 @@ | ||
# FT token 解析 | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
# FT(同质化代币)合约 |
4 changes: 4 additions & 0 deletions
4
...zh-CN/docusaurus-plugin-content-docs/current/contract/mvc-standard/nft-token.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
# NFT(非同质化代币)合约 |
4 changes: 4 additions & 0 deletions
4
i18n/zh-CN/docusaurus-plugin-content-docs/current/contract/mvc-standard/unique.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
# Unique(全局唯一)合约 |
4 changes: 4 additions & 0 deletions
4
...docusaurus-plugin-content-docs/current/contract/scrypt-language/basic-syntax.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
# 基本语法 |
4 changes: 4 additions & 0 deletions
4
...s-plugin-content-docs/current/contract/scrypt-language/compile-time-constant.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 6 | ||
--- | ||
# 编译时常量 |
4 changes: 4 additions & 0 deletions
4
...in-content-docs/current/contract/scrypt-language/examples/ackermann-function.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
# Ackermann Function(阿克曼函数) |
4 changes: 4 additions & 0 deletions
4
...ntent-docs/current/contract/scrypt-language/examples/multiparty-hash-puzzles.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
# Multiparty Hash Puzzles(多方哈希谜题) |
4 changes: 4 additions & 0 deletions
4
...cusaurus-plugin-content-docs/current/contract/scrypt-language/examples/p2pkh.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
# P2PKH(支付到公钥哈希)合约 |
4 changes: 4 additions & 0 deletions
4
...aurus-plugin-content-docs/current/contract/scrypt-language/examples/r-puzzle.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
# R-Puzzle(R-拼图)合约 |
4 changes: 4 additions & 0 deletions
4
...lugin-content-docs/current/contract/scrypt-language/examples/rabin-signature.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
# Rabin Signature(Rabin 签名) |
4 changes: 4 additions & 0 deletions
4
...CN/docusaurus-plugin-content-docs/current/contract/scrypt-language/functions.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
# 函数 |
5 changes: 4 additions & 1 deletion
5
...docusaurus-plugin-content-docs/current/contract/scrypt-language/introduction.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 +1,4 @@ | ||
# Scrypt语言介绍 | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
# sCrypt 语言介绍 |
4 changes: 4 additions & 0 deletions
4
i18n/zh-CN/docusaurus-plugin-content-docs/current/contract/scrypt-language/loop.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
# 循环 |
4 changes: 4 additions & 0 deletions
4
...urus-plugin-content-docs/current/contract/scrypt-language/standard-contracts.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
# 标准合约 |
4 changes: 4 additions & 0 deletions
4
...urus-plugin-content-docs/current/contract/scrypt-language/stateful-contracts.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 7 | ||
--- | ||
# 有状态合约 |