Prepare Environment

Prepare for SDK usage by downloading the code and compiling it

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 c

Last updated