Skip to content

Commit

Permalink
add table content for smart contract section(Chinese translation)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaKeimei committed Mar 31, 2024
1 parent c039389 commit 6038cd8
Show file tree
Hide file tree
Showing 27 changed files with 109 additions and 4 deletions.
8 changes: 8 additions & 0 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,13 @@
"sidebar.blockchainSidebar.category.Transaction.link.generated-index.description": {
"message": "比特币交易是如何构成的,交易的结构和相关概念.",
"description": "The generated-index page description for category Transaction in sidebar blockchainSidebar"
},
"sidebar.contractSidebar.category.Examples": {
"message": "合约示例",
"description": "The label for category Examples in sidebar contractSidebar"
},
"sidebar.contractSidebar.category.Examples.link.generated-index.description": {
"message": "一些常见功能的合约示例.",
"description": "The generated-index page description for category Examples in sidebar contractSidebar"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# 比特币双栈模型
---
sidebar_position: 1
---
# 双栈模型
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# 操作码
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 5
---
# P2MS(支付到多签)脚本
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# P2PK(支付到公钥)脚本
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# P2PKH(支付到公钥哈希)脚本
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 6
---
# P2SH(支付到脚本哈希)脚本
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 7
---
# 图灵完备性
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# 准备环境
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# 编写你的第一个智能合约
---
sidebar_position: 2
---
# 编写第一个合约
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# MetaContract SDK
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# DAO 合约
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# FT token 解析
---
sidebar_position: 1
---
# FT(同质化代币)合约
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# NFT(非同质化代币)合约
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Unique(全局唯一)合约
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# 基本语法
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 6
---
# 编译时常量
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Ackermann Function(阿克曼函数)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 5
---
# Multiparty Hash Puzzles(多方哈希谜题)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# P2PKH(支付到公钥哈希)合约
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# R-Puzzle(R-拼图)合约
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# Rabin Signature(Rabin 签名)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# 函数
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Scrypt语言介绍
---
sidebar_position: 1
---
# sCrypt 语言介绍
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# 循环
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 5
---
# 标准合约
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 7
---
# 有状态合约

0 comments on commit 6038cd8

Please sign in to comment.