rooch
rooch copied to clipboard
VApp Container with Move Language
VApp stands for Verifiable Application. A Verifiable Application aims to ensure the verifiability of both computations and states within the application, thereby guaranteeing the transparency and reliability of its operations.
Developer Network Information
- Name: dev
- ChainID: 3
- RPC: https://dev-seed.rooch.network/
Please refer to Connect to Developer Test Network for more information.
MoveStd & MoveosStd & RoochFramework documentation
- std: 0x1 MoveStdlib
- moveos_std: 0x2 MoveosStdlib
- rooch_framework: 0x3 RoochFramework
- bitcoin_move: 0x4 BitcoinMove
Please refer to Rooch's built-in library for more information.
Getting Started
-
Building from source:
cargo build && cp target/debug/rooch ~/.cargo/bin/ -
initialize Rooch config:
rooch init -
Creating a new Move project:
rooch move new my_move_project -
Building the Move project:
cd my_move_project && rooch move build -
Starting the server
rooch server startRUST_LOG=debug rooch server startfor debugging information- You can directly use the devnet and skip this step.
-
Publishing the Move project
rooch move publish -p my_move_project
Experience Rooch through examples.
Deep Dive into Rooch
State DB
- Overview:
Transaction Flow
- Docs
- Overview:
Components
- MoveOS: MoveOS is a standalone Move runtime environment based on MoveVM. It provides Move execution environment for Rooch.
Contributing
Rooch is an open source project, you can help with ideas, code, or documentation, we appreciate any efforts that help us to make the project better!
To get started with contributing:
The First Good Pull Request
Community
License
Current Rooch code is released under Apache 2.0.
When contributing to a Rooch feature, you can find the relevant license in the comments at the top of each file.