Skip to content

Module 4 - Preparing the Environment

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:

  1. Cloning the required repositories
  2. Building the Rome SDK
  3. Verifying your installation

Follow the steps below to set up your development environment for working with the Rome SDK.

Note: Make sure to clone both the repositories.

Terminal window
git clone --branch v0.3.0 https://github.com/rome-labs/rome-evm.git
git clone --branch v0.3.1 https://github.com/rome-labs/rome-sdk.git

Navigate to directory:

Terminal window
cd rome-sdk

Build the program:

Terminal window
cargo build