Skip to main content

Rooch Framework

Rooch Framework is Rooch's core Move libraries, which has the following main modules.

Account module

Implements account abstraction, which maps multi-chain accounts, maintains the user's state space at the execution level, and provides the application layer with an API to interact with the user's state and assets.

State Migration Module

Implements state migration between Layer1 and the execution layer.

Layer1 compatibility layer

Try to shield the differences between different Move Layer1 to reduce the development cost for developers.