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

[Documents] Make the move document exclude impl and private fun #1079

Merged
merged 2 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
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@
* **X-Chain Rollup**: Rooch(Execution) + X-Chain(Settlement + Arbitration) + DA
* **Sovereign Rollup**: Rooch + DA

## Developer Network Information

* Name: dev
* ChainID: 20230103
* RPC: https://dev-seed.rooch.network/

Please refer to [Connect to Developer Test Network](https://rooch.network/docs/developer-guides/connect-devnet) for more information.

## MoveStd & MoveosStd & RoochFramework documentation

* std: 0x1 [MoveStdlib](./moveos/moveos-stdlib/move-stdlib/doc)
* moveos_std: 0x2 [MoveosStdlib](./moveos/moveos-stdlib/moveos-stdlib/doc)
* rooch_framework: 0x3 [RoochFramework](./crates/rooch-framework/doc/)

Please refer to [Rooch's built-in library](https://rooch.network/docs/developer-guides/library) for more information.

## Getting Started

1. Building from source:
Expand All @@ -43,6 +59,7 @@
rooch server start
```
* *`RUST_LOG=debug rooch server start` for debugging information*
* You can directly use the devnet and skip this step.

6. Publishing the Move project
```bash
Expand All @@ -56,7 +73,7 @@
<details>
<summary>Storage Abstraction</summary>

- [Docs](./docs/website/pages/docs/tech-highlights/storage_abstraction.en-US.mdx)
- [Docs](https://rooch.network/docs/dive-into-rooch/storage-abstraction)

- Overview:

Expand Down
Loading