Rooch ArchitectureRooch Architecture
DocsDocsBlogBlogAboutAbout
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Rooch
  • Rooch Network
  • Getting started with Rooch
  • Tech Highlights
    • Move Language
    • Fraud Proof
    • Hybrid Security with ZK Proof
    • Multi-Chain Settlement
    • Pipeline Transaction Processing
    • Sequence Proof
    • Storage Abstraction
    • Transaction Flow
    • Installation
    • Rooch CLI
    • Rooch Framework
    • Rooch JSON-RPC
  • Miscellaneous
    • Roadmap
    • FAQ
      • Pull Request Requirements
      • Move Coding Conventions
    • Introduction
    • Rooch
    • Rooch Network
    • Getting started with Rooch
    • Tech Highlights
      • Move Language
      • Fraud Proof
      • Hybrid Security with ZK Proof
      • Multi-Chain Settlement
      • Pipeline Transaction Processing
      • Sequence Proof
      • Storage Abstraction
      • Transaction Flow
      • Installation
      • Rooch CLI
      • Rooch Framework
        • Reference
        • Examples
      • Rooch JSON-RPC
    • Miscellaneous
      • Roadmap
      • FAQ
        • Pull Request Requirements
        • Move Coding Conventions
  • Blog
    • Rooch Weekly 2023-07-31
    • Rooch Weekly 2023-07-24
    • Rooch v0.1 Release, Completing "Sprouting" Milestone
    • Rooch Weekly 2023-07-17
    • Rooch Weekly 2023-07-11
    • Rooch Weekly 2023-06-19
    • Rooch Weekly 2023-06-12
    • From Web2.5 to Web3
    • Why Move? From the Perspective of Programming Language Ecosystem Building
    • The Modular Evolution of Rollup Layer2
    • Partnership Announcement~ zkMove <> Rooch
    • Partnership Announcement~ MoveBit <> Rooch
    • Partnership Announcement~ MoveFunsDao <> Rooch
  • About

On This Page

  • Reference
  • Examples
Question? Give us feedback → (opens in a new tab)Edit this page
Docs
Reference
Rooch Framework

Rooch Framework Document

Rooch currently includes three built-in Move standard libraries, namely MoveStdlib, MoveosStdlib, and RoochFramework. The addresses of the three libraries in Move are as follows:

  • MoveStdlib : 0x1
  • MoveosStdlib : 0x2
  • RoochFramework : 0x3

Reference

  • MoveStdlib (opens in a new tab)
  • MoveosStdlib (opens in a new tab)
  • RoochFramework (opens in a new tab)

Examples

  • Examples (opens in a new tab)
Rooch CLIRooch JSON-RPC

© Root Branch Ltd. 2023. All rights reserved.