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

[Document] fix documents links #1086

Merged
merged 3 commits into from
Oct 31, 2023
Merged
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
16 changes: 8 additions & 8 deletions docs/website/pages/blog/release-231018.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Main features of this release include:
* Introduced `AuthenticationAbstraction`, allowing third parties to develop `Authentication Validator` to extend signature validation or social logins.
* Implemented `SessionKey`. These temporary private keys can sign transactions and are stored within the app rather than the wallet. This avoids the need for wallet signatures with every operation, enhancing user experience.

For a detailed design on Rooch AccountAbstraction, refer to: [Design and Implementation of Account Abstraction](../docs/dive-into-rooch/account-abstraction.en-US.mdx).
For a detailed design on Rooch AccountAbstraction, refer to: [Design and Implementation of Account Abstraction](../docs/dive-into-rooch/account-abstraction).

### Ethereum Support

Expand All @@ -41,16 +41,16 @@ For a detailed design on Rooch AccountAbstraction, refer to: [Design and Impleme

### Advanced Multi-chain Settlement Solutions

* [Multi-chain Settlement](../tech-highlights/multi-chain-settlement.en-US.mdx)
* [Multi-chain settlement by L2-Myth or Reality](./multi-chain_settlement_by_layer2-myth_or_Reality.en-US.mdx)
* [Multi-chain Settlement](../docs/tech-highlights/multi-chain-settlement)
* [Multi-chain settlement by L2-Myth or Reality](./multi-chain_settlement_by_layer2-myth_or_Reality)

### Move Standard Library, Framework and Virtual Machine

* Enabled publishing Move modules in Move: [account_storage::publish_modules_entry](https://github.com/rooch-network/rooch/blob/7fd6418dff1aa7e40cae9e8eede375b776bbb771/moveos/moveos-stdlib/moveos-stdlib/sources/account_storage.move#L224).
* Implemented [Coin](https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/sources/coin.move), [CoinStore](https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/sources/coin_store.move), and [account_coin_store](https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/sources/account_coin_store.move). To further understand Rooch's Coin standards, refer to [examples/coins](https://github.com/rooch-network/rooch/tree/main/examples/coins).
* Introduced Gas billing and GasToken.
* Introduced [Event](https://github.com/rooch-network/rooch/blob/main/moveos/moveos-stdlib/moveos-stdlib/sources/event.move) standards.
* Improved [Object](../docs/developer-guids/object.en-US.mdx) and [StorageAbstraction](../docs/dive-into-rooch/storage-abstraction.en-US.mdx) designs.
* Improved [Object](../docs/developer-guides/object) and [StorageAbstraction](../docs/dive-into-rooch/storage-abstraction) designs.

### JSON RPC and SDK

Expand All @@ -62,14 +62,14 @@ This version standardizes RPC API outputs and inputs, promising future RPC API c
* Introduced balance query and traversal API: `rooch_getBalance`, `rooch_getBalances`.
* Released [Rooch Typescript SDK](https://www.npmjs.com/package/@roochnetwork/sdk).

For currently supported API, see: [Rooch JSON RPC](../docs/developer-guids/rpc.en-US.mdx).
For currently supported API, see: [Rooch JSON RPC](../docs/developer-guides/rpc).

### Rooch Dashboard

The Rooch Dashboard is a web application based on Rooch JSON RPC, providing state and transaction queries, and account setting management features. More features will be added in the future.
Visit: [https://dashboard.rooch.network/](https://dashboard.rooch.network/).

Users can operate the Dashboard through MetaMask. Instructions available at: [Rooch Dashboard User Guide](../docs/user-guides/dashboard.en-US.mdx).
Users can operate the Dashboard through MetaMask. Instructions available at: [Rooch Dashboard User Guide](../docs/user-guides/dashboard).

### Developer Testnet

Expand All @@ -79,7 +79,7 @@ Developer Network Information:
2. ChainID: 20230103
3. RPC: https://dev-seed.rooch.network/

For guidance on using the developer testnet, refer to: [Connecting to Developer Testnet](../docs/developer-guides/connect-devnet.en-US.mdx).
For guidance on using the developer testnet, refer to: [Connecting to Developer Testnet](../docs/developer-guides/connect-devnet).

## Next Steps

Expand Down Expand Up @@ -123,5 +123,5 @@ Numerous applications thrive on the Rooch network. Run the mainnet.

## Conclusion

Rooch's milestones are driven by application scenarios, focusing on the experience of developers and users. The goal is to expand the boundaries of Web3 applications and explore the possibilities of mass adoption. To learn more and try Rooch, please refer to the [Getting Started](../docs/getting-started.en-US.mdx) documentation.
Rooch's milestones are driven by application scenarios, focusing on the experience of developers and users. The goal is to expand the boundaries of Web3 applications and explore the possibilities of mass adoption. To learn more and try Rooch, please refer to the [Getting Started](../docs/getting-started) documentation.
For more detailed information on Rooch v0.2, please refer to the [Rooch v0.2 release notes](https://github.com/rooch-network/rooch/releases/tag/v0.2.1). We would like to thank the over ten developers who have contributed to Rooch so far. If you want to learn more and get involved in Rooch, please join the [Rooch Discord](https://discord.gg/rooch).
16 changes: 8 additions & 8 deletions docs/website/pages/blog/release-231018.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Rooch v0.2 发布,实现账户抽象,提供 Dashboard,启动开发者测
* 实现了身份验证抽象,允许第三方开发身份验证器来扩展签名验证或者社交登陆。
* 实现了会话私钥。会话私钥是一种临时的私钥,它可以用来签名交易,但保存在应用中,而不是钱包中,避免用户每次操作都需要通过钱包签名,从而提高用户体验。

关于 Rooch 账户抽象的详细设计请参看:[账户抽象的设计与实现](../docs/dive-into-rooch/account-abstraction.zh-CN.mdx)。
关于 Rooch 账户抽象的详细设计请参看:[账户抽象的设计与实现](../docs/dive-into-rooch/account-abstraction)。

### Ethereum 支持

Expand All @@ -41,16 +41,16 @@ Rooch v0.2 发布,实现账户抽象,提供 Dashboard,启动开发者测

### 完善多链结算的方案

* [多链结算](../tech-highlights/multi-chain-settlement.zh-CN.mdx)
* [二层网络实现多链结算-神话还是现实](./multi-chain_settlement_by_layer2-myth_or_Reality.zh-CN.mdx)
* [多链结算](../docs/tech-highlights/multi-chain-settlement)
* [二层网络实现多链结算-神话还是现实](./multi-chain_settlement_by_layer2-myth_or_Reality)

### Move 标准库以及虚拟机

* 实现了在 Move 中发布 Move 模块:[account_storage::publish_modules_entry](https://github.com/rooch-network/rooch/blob/7fd6418dff1aa7e40cae9e8eede375b776bbb771/moveos/moveos-stdlib/moveos-stdlib/sources/account_storage.move#L224)。
* 实现了 [Coin](https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/sources/coin.move), [CoinStore](https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/sources/coin_store.move) 以及 [account_coin_store](https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/sources/account_coin_store.move)。想进一步了解 Rooch 的 Coin 标准,可以参考 [examples/coins](https://github.com/rooch-network/rooch/tree/main/examples/coins)。
* 实现了 Gas 计费以及 GasToken。
* 实现了 [Event](https://github.com/rooch-network/rooch/blob/main/moveos/moveos-stdlib/moveos-stdlib/sources/event.move) 标准。
* 改进了 [Object](../docs/developer-guids/object.zh-CN.mdx) 以及 [StorageAbstraction](../docs/dive-into-rooch/storage-abstraction.zh-CN.mdx) 的设计。
* 改进了 [Object](../docs/developer-guides/object) 以及 [StorageAbstraction](../docs/dive-into-rooch/storage-abstraction) 的设计。


### JSON RPC 以及 SDK
Expand All @@ -64,15 +64,15 @@ Rooch v0.2 发布,实现账户抽象,提供 Dashboard,启动开发者测
* 发布了 [Rooch Typescript SDK](https://www.npmjs.com/package/@roochnetwork/sdk)。


Rooch 当前支持的接口请参看:[Rooch JSON RPC](../docs/developer-guids/rpc.zh-CN.mdx)。
Rooch 当前支持的接口请参看:[Rooch JSON RPC](../docs/developer-guides/rpc)。


### Rooch Dashboard

Rooch Dashboard 是一个基于 Rooch JSON RPC 的 Web 应用,提供状态和交易查询,账户设置管理能功能,未来会增加新的功能。
访问地址:[https://dashboard.rooch.network/](https://dashboard.rooch.network/)。

用户可以通过 MetaMask 操作 Dashboard,使用说明请参看:[Rooch Dashboard 使用说明](../docs/user-guides/dashboard.zh-CN.mdx)。
用户可以通过 MetaMask 操作 Dashboard,使用说明请参看:[Rooch Dashboard 使用说明](../docs/user-guides/dashboard)。

### 开发者测试网

Expand All @@ -82,7 +82,7 @@ Rooch Dashboard 是一个基于 Rooch JSON RPC 的 Web 应用,提供状态和
2. ChainID: 20230103
3. RPC: https://dev-seed.rooch.network/

如何使用开发者测试网,请参考文档:[连接开发者测试网络](../docs/developer-guides/connect-devnet.zh-CN.mdx)
如何使用开发者测试网,请参考文档:[连接开发者测试网络](../docs/developer-guides/connect-devnet)

## 下一步的目标

Expand Down Expand Up @@ -125,5 +125,5 @@ Rooch 在主网启动之前一共有五个里程碑。我们用植物的生长

## 总结

Rooch 的里程碑遵循应用场景驱动的原则,以开发者和用户的使用体验为中心,尝试拓展 Web3 应用的边界,探索 Web3 大规模采用落地的可能。想了解并试用 Rooch,请参看文档:[新手入门](../docs/getting-started.zh-US.mdx)。
Rooch 的里程碑遵循应用场景驱动的原则,以开发者和用户的使用体验为中心,尝试拓展 Web3 应用的边界,探索 Web3 大规模采用落地的可能。想了解并试用 Rooch,请参看文档:[新手入门](../docs/getting-started)。
Rooch v0.2 详细的发布说明请参看:[Rooch v0.2.1](https://github.com/rooch-network/rooch/releases/tag/v0.2.1)。感谢参与贡献的十多位开发者,如果想进一步了解和参与 Rooch,请加入 [Rooch Discord](https://discord.gg/rooch)。
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## L1 to L2 Messaging
# L1 to L2 Messaging

## Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## L2 to L1 message passing
# L2 to L1 message passing

## Overview

Expand Down