Installation

Getting the relayer binary
The recommended installation method for a production environment is using a Docker image.

Docker image

The latest Docker image can be found at:
gcr.io/abacus-labs-dev/hyperlane-agent:5bf8aed-20230323-140136
To pull the image, run:
docker pull gcr.io/abacus-labs-dev/hyperlane-agent:5bf8aed-20230323-140136
The relayer binary is found at ./relayer:
docker run -it gcr.io/abacus-labs-dev/hyperlane-agent:5bf8aed-20230323-140136 ./relayer

Building from source

First, follow the setup instructions found here: https://github.com/hyperlane-xyz/hyperlane-monorepo#rust.
# Clone the repo
git clone [email protected]:hyperlane-xyz/hyperlane-monorepo.git
# cd into the rust directory
cd ./hyperlane-monorepo/rust
# Build the release version of the relayer
cargo build --release --bin relayer
# The relayer binary is found at `./target/release/relayer`:
./target/release/relayer