-
Notifications
You must be signed in to change notification settings - Fork 30
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
base: main
Are you sure you want to change the base?
Update some contents #202
Conversation
- Functional Test: To run a functional test, make sure to initialize Starcoin first. | ||
- [Guides](https://starcoin.org/zh/developer/functional_test/functional_test/) |
There was a problem hiding this comment.
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
- 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
尽量连接 cookbook 中的文档
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英文文档要链接英文地址
|
||
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/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同前面的一样,尽量连接 cookbook 内部
No description provided.