Prepare Environment

Commands for cloning repositories and building the SDK with cargo.

Clone Repos:

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:

cd rome-sdk

Build the program:

cargo build

Last updated

Was this helpful?