Rooch ArchitectureRooch Architecture
DocsDocsBlogBlogAboutAboutDashboardDashboard (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Rooch
  • Rooch Network
  • Tech Highlights
    • Move Language
    • Account Abstraction
    • Fraud Proof
    • Hybrid Security with ZK Proof
    • Multi-Chain Settlement
    • Pipeline Transaction Processing
    • Sequence Proof
    • Storage
  • Getting started with Rooch
    • Install MetaMask
    • Dashboard
    • Add network
    • Interact with MetaMask
    • Hash
    • Installation
    • CLI
    • Quick start
    • Connect to devnet
    • Run a local testnet
    • Address space
    • Library
    • Create Rooch Move contract
    • Object
    • RPC
    • Access Path
    • Coin Intro
    • Move on Rooch
    • Private Generics
    • Timestamp
    • TypeScript Sdk
    • Unit Test
    • Storage Abstraction
    • Account Abstraction
    • Transaction Flow
    • L1 to L2 Messaging
    • L2 to L1 Messaging
  • Example guides
    • Genesis
    • Script Pr
  • Miscellaneous
    • Roadmap
    • FAQ
      • Pull Request Requirements
      • Move Coding Conventions
      • Contributing Guide
    • Glossary
  • Fqa
Question? Give us feedback → (opens in a new tab)Edit this page
Docs
Contribution guides
Genesis

Generate documentation

After updating Rooch's Framework codes or comments, we need to generate corresponding documentation for the corresponding files.

Move documents are generated by running the rooch-genesis program provided by Rooch:

cargo run -p rooch-genesis
Example guidesScript Pr

© Root Branch Ltd. 2023. All rights reserved.