We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5783f commit 5cfaf60Copy full SHA for 5cfaf60
website/translated_docs/zh-CN/quickstart.md
@@ -1,6 +1,6 @@
1
---
2
id: quickstart
3
-title: '🌏 TestNet 快速开始'
+title: Quick Start
4
5
## CovenantSQL 工具包
6
@@ -86,8 +86,9 @@ cql create -config=~/.cql/testnet-conf/config.yaml -no-password \
86
87
命令执行耗时较长,大约 30s 之后控制台会输出:
88
89
- covenantsql://0a10b74439f2376d828c9a70fd538dac4b69e0f4065424feebc0f5dbc8b34872
90
-
+> covenantsql://0a10b74439f2376d828c9a70fd538dac4b69e0f4065424feebc0f5dbc8b34872
+
91
+
92
93
这里表示你提交了 `0a10b74439f2376d828c9a70fd538dac4b69e0f4065424feebc0f5dbc8b34872` 这个数据库的创建请求到主链,并创建数据库完成。
94
0 commit comments