Module 4 - Preparing the Environment
Initializations
Section titled “Initializations”Now, be prepared for using the SDK by downloading the code and compiling it. Before getting started, ensure you have the following prerequisites installed:
- Rust and Cargo (latest stable version)
- Git
This guide will walk you through:
- Cloning the required repositories
- Building the Rome SDK
- Verifying your installation
Follow the steps below to set up your development environment for working with the Rome SDK.
Cloning the Repositories
Section titled “Cloning the Repositories”Note: Make sure to clone both the repositories.
git clone --branch v0.3.0 https://github.com/rome-labs/rome-evm.gitgit clone --branch v0.3.1 https://github.com/rome-labs/rome-sdk.git
Navigate to directory:
cd rome-sdk
Build the program:
cargo build