Skip to content

Commit

Permalink
[Documents] Make the move document exclude impl and private fun (#1079)
Browse files Browse the repository at this point in the history
* [Documents] Make the move document do not include impl and private fun

* Update readme
jolestar authored Oct 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 718449d commit 34be22c
Showing 70 changed files with 19 additions and 9,960 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
@@ -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
@@ -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:

Loading

0 comments on commit 34be22c

Please sign in to comment.