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
    • Installation
    • CLI
    • Quick start
    • Connect to devnet
    • Run a local testnet
    • Address space
    • Library
    • Create Rooch Move contract
    • Object
    • RPC
    • Move on Rooch
    • Private Generics
    • Timestamp
    • Storage Abstraction
    • Account Abstraction
    • Transaction Flow
    • L1 to L2 Messaging
    • L2 to L1 Messaging
  • Example guides
    • Script Pr
  • Miscellaneous
    • Roadmap
    • FAQ
      • Pull Request Requirements
      • Move Coding Conventions
      • Contributing Guide
    • Glossary

On This Page

  • Documentation link
Question? Give us feedback → (opens in a new tab)Edit this page
Docs
Developer guides
Library

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 (opens in a new tab)
  • MoveosStdlib (opens in a new tab)
  • RoochFramework (opens in a new tab)
Address spaceCreate Rooch Move contract

© Root Branch Ltd. 2023. All rights reserved.