-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add some topic intro pages (#2041)
* doc: add getting-started homepage * doc: add tutorial homepage * doc: add rooch framework homepage --------- Co-authored-by: jolestar <[email protected]>
- Loading branch information
1 parent
83aaa80
commit e562729
Showing
6 changed files
with
18 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Getting started | ||
|
||
This part mainly introduces some basic uses of Rooch, including installation, switching networks, obtaining accounts, obtaining tokens, creating contracts, publishing contracts, etc. |
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,3 @@ | ||
# 入门 | ||
|
||
这部分主要介绍 Rooch 的一些基本使用,包括安装、切换网络、获取账户、获取代币、创建合约、发布合约等。 |
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,3 @@ | ||
# Rooch framwork | ||
|
||
This part mainly introduces some basic concepts and features provided by the Rooch framework, such as private generics, structure, hash and timestamps. |
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,3 @@ | ||
# Rooch framwork | ||
|
||
这部分主要介绍一些基本概念和 Rooch 框架提供的特性,如私有泛型、结构体、哈希、时间戳。 |
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,3 @@ | ||
# Tutorial | ||
|
||
This part mainly introduces the complete process of Rooch development contract through a Counter example and a Blog Demo program. |
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,3 @@ | ||
# 教程 | ||
|
||
这部分主要通过一个计数器例子和一个博客 Demo 程序介绍 Rooch 开发合约的完整流程。 |