Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some contents #202

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

geometryolife
Copy link
Collaborator

No description provided.

Comment on lines +146 to +147
- Functional Test: To run a functional test, make sure to initialize Starcoin first.
- [Guides](https://starcoin.org/zh/developer/functional_test/functional_test/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个需要搬到 cookbook 这边,functional_test 也有点过期了,现在叫 integration-test

Comment on lines +153 to +155
- Console: [Guides](https://starcoin.org/en/developer/tutorials/deploy_move_contract/)
- Starmask-test-dapp: Contract blob hex functionality. [Guides](https://starmask-test-dapp.starcoin.org/)
- Move-Package-Manager: [Guides](https://github.com/starcoinorg/guide-to-move-package-manager)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

尽量连接 cookbook 中的文档

Comment on lines +167 to +171
protocol is a basic protocol in Stdlib, you can govern blockchain well via DAO protocol. Here is a [governable contract upgrade](https://starcoin.org/zh/developer/blog/starcoin_stdlib_upgrade) example.
2. NFT Protocol

- [NFT protocol introduction](https://starcoin.org/zh/developer/protocols/starcoin_nft/)
- [SIP22](https://github.com/starcoinorg/sips/blob/master/sip-22/index.zh.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

英文文档要链接英文地址

Comment on lines +100 to +118

Starcoin 有多种安装方式([查看详情](https://starcoin.org/zh/developer/setup/install/))

- 根据不同的平台,下载对应的二进制,Starcoin 同时支持 Windows、Mac 和 Linux。[下载链接](https://github.com/starcoinorg/starcoin/releases)
- 源代码编译成二进制,[操作指南](https://starcoin.org/zh/developer/setup/build/)
- 通过 Docker 安装,[操作指南](https://starcoin.org/zh/developer/setup/run_by_docker/)

3. 运行节点

根据前面「节点安装」的不同,节点运行方式也稍微有点区别

- Docker 运行,[操作指南](https://starcoin.org/zh/developer/setup/run_by_docker/)
- 二进制运行,[操作指南](https://starcoin.org/zh/developer/setup/runnetwork/)

不管是通过哪种方式运行,需要修改-n 参数选择符合自己需求的网络。

4. 控制台

Starcoin 节点运行过程中,经常需要通过控制台连接上节点,以命令行的形式查看运行状态。Starcoin 提供了 console 命令用于连接节点,[操作指南](https://starcoin.org/zh/developer/cli/console/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同前面的一样,尽量连接 cookbook 内部

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants