Xavek / hyperlane_starknet

Starknet implementation of the Hyperlane protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡ Hyperlane Starknet ⚡

A Starknet implementation of Hyperlane

https://hyperlane.xyz


This repository is an implementation of the Hyperlane protocol for Starknet app-chains. You can learn more about Hyperlane here.

The implementation guidelines can be found here.

Project structure

Contracts

The contracts are located in the contracts/ directory. It's a scarb project, so you can use the scarb CLI to build it.

It uses Starknet Foundry for tests.

See the contracts README for more information.

📖 License

This project is licensed under the MIT license. See LICENSE for more information.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Starknet implementation of the Hyperlane protocol.

License:MIT License


Languages

Language:Cairo 86.5%Language:Rust 13.5%