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

bug fix #219

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');

const baseUrl = process.env.BASE_URL || '/starcoin-cookbook/';
const baseUrl = process.env.BASE_URL || '/';

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 如何参与主网络
# 如何参与2.0网络

## 简介

2024年6月21日,Starcoin 推出了 Vega 网络,标志着 Starcoin 2.0 的新时代开启。此次升级引入了FlexiDag和TurboSTM技术,极大地提升了灵活性、性能和交易效率。这次升级展示了 Starcoin 在区块链领域持续创新的决心,并为未来的进步和机遇奠定了坚实的基础。

## Windows 加入主网络
## Windows 加入2.0网络

**1. 启动**

Expand Down Expand Up @@ -77,7 +77,7 @@ account export <ADDRESS>
exit
```

## Linux 加入主网络(推荐)
## Linux 加入2.0网络(推荐)

**1. 启动**

Expand Down Expand Up @@ -134,7 +134,7 @@ account export <ADDRESS>
exit
```

## Docker 加入主网络
## Docker 加入2.0网络

**1. 拉取 [Docker 镜像](https://hub.docker.com/r/starcoin/starcoin/)**

Expand Down
Loading