-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: change reference contents to developer-guides (#865)
- Loading branch information
1 parent
c449a54
commit c815906
Showing
8 changed files
with
35 additions
and
49 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
docs/website/pages/docs/developer-guides/library.en-US.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Rooch's built-in library | ||
|
||
Rooch currently has three built-in standard libraries, namely `MoveStdlib`, `MoveosStdlib` and `RoochFramework`. | ||
|
||
The addresses of the three libraries in Move are: | ||
|
||
- `MoveStdlib`: `0x1` | ||
- `MoveosStdlib`: `0x2` | ||
- `RoochFramework`: `0x3` | ||
|
||
## Documentation link | ||
|
||
- [MoveStdlib](https://github.com/rooch-network/rooch/tree/main/moveos/moveos-stdlib/move-stdlib/doc) | ||
- [MoveosStdlib](https://github.com/rooch-network/rooch/edit/main/moveos/moveos-stdlib/moveos-stdlib/doc) | ||
- [RoochFramework](https://github.com/rooch-network/rooch/tree/main/crates/rooch-framework/doc) |
15 changes: 15 additions & 0 deletions
15
docs/website/pages/docs/developer-guides/library.zh-CN.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Rooch 的内置库 | ||
|
||
Rooch 当前内置了三个标准库,分别是 `MoveStdlib`、`MoveosStdlib` 和 `RoochFramework`。 | ||
|
||
三个库在 Move 中的地址分别是: | ||
|
||
- `MoveStdlib`:`0x1` | ||
- `MoveosStdlib`:`0x2` | ||
- `RoochFramework`:`0x3` | ||
|
||
## 文档链接 | ||
|
||
- [MoveStdlib](https://github.com/rooch-network/rooch/tree/main/moveos/moveos-stdlib/move-stdlib/doc) | ||
- [MoveosStdlib](https://github.com/rooch-network/rooch/edit/main/moveos/moveos-stdlib/moveos-stdlib/doc) | ||
- [RoochFramework](https://github.com/rooch-network/rooch/tree/main/crates/rooch-framework/doc) |
4 changes: 2 additions & 2 deletions
4
...ebsite/pages/docs/reference/rpc.en-US.mdx → ...docs/developer-guides/rooch-rpc.en-US.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ebsite/pages/docs/reference/rpc.zh-CN.mdx → ...docs/developer-guides/rooch-rpc.zh-CN.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.