Skip to content

Repository files navigation

Hyperlane-Radix

This project is an implementation of Hyperlane for the Radix DLT, designed for a seamless interchain communication following the Hyperlane spec.

contracts is intended to implement the fundamental functionalities of the Hyperlane protocol to dispatch and process messages, which can then be used by applications like warp. It includes mailboxes, hooks, Interchain Security Modules (ISMs) as well as the Warp application for token transfers.

types contains structs which are reused across multiple components, containing basic Hyperlane types like messages, metadata and payloads, as well as others.

Development

Getting started:

https://docs.radixdlt.com/docs/setting-up-for-scrypto-development

C-Make version (You need to use Cmake 3.31)

(base) ➜  hyperlane-radix (main) cmake --version
cmake version 3.31.7

CMake suite maintained and supported by Kitware (kitware.com/cmake).

This command creates and initiates all required Hyperlane components for full token bridging.

source setup.sh

Run specific actions like sending a remote transfer.

resim run manifest/warp/collateral/transfer_remote.rtm

Run test suite.

scrypto test -- --nocapture

Deployment

This code is deployed on the Radix Mainnet. Binary generation is handled deterministically using Scrypto Builder within a GitHub Action workflow.

Version Components Package
v1.0.0 Mailbox, ISMs, IGP package_rdx1pk3ldj3ktxuw6sv5txspjt2a8s42c7xxcn6wnf5yuytdrcqhpflfkc
v1.1.0 WarpTokens package_rdx1pkzmcj4mtal34ddx9jrt8um6u3yqheqpfvcj4s0ulmgyt094fw0jzh

Component configurations and deployed routes are maintained in the Hyperlane Registry.

Audit

This code was audited by Zellic prior to deployment. From August 15 to August 22, 2025, Zellic conducted a security assessment of Hyperlane, reviewing Hyperlane Radix's code for vulnerabilities, design flaws, and general weaknesses in security posture.

Hyperlane - Radix - Zellic Audit Report

License

This project is licensed under the Apache License, Version 2.0.
See the LICENSE file for the full terms.

Copyright 2025 Abacus Works, Inc.

About

Hyperlane Implementation for RadixDLT (https://www.radixdlt.com/)

Resources

Contributing

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages