{"id":13566297,"url":"https://github.com/many-things/cw-hyperlane","last_synced_at":"2025-04-04T00:30:28.228Z","repository":{"id":163476867,"uuid":"638565589","full_name":"many-things/cw-hyperlane","owner":"many-things","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-03T11:12:07.000Z","size":27565,"stargazers_count":52,"open_issues_count":9,"forks_count":32,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-07T00:47:23.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/many-things.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-09T16:10:35.000Z","updated_at":"2025-03-06T16:53:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f72af11-4d1b-47eb-9003-1b0159bbb9a1","html_url":"https://github.com/many-things/cw-hyperlane","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/many-things%2Fcw-hyperlane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/many-things%2Fcw-hyperlane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/many-things%2Fcw-hyperlane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/many-things%2Fcw-hyperlane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/many-things","download_url":"https://codeload.github.com/many-things/cw-hyperlane/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103305,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:02:06.485Z","updated_at":"2025-04-04T00:30:27.674Z","avatar_url":"https://github.com/many-things.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# CW Hyperlane\n\n[![codecov](https://codecov.io/gh/many-things/cw-hyperlane/branch/main/graph/badge.svg?token=SGYE7FBTAO)](https://codecov.io/gh/many-things/cw-hyperlane)\n[![crates.io](https://img.shields.io/crates/v/hpl-interface)](https://crates.io/crates/hpl-interface)\n\n## Table of Contents\n\n- [Architecture](#architecture)\n- [Project Structure](#project-structure)\n- [Prerequisites](#prerequisites)\n- [How to build](#how-to-build)\n- [How to test](#how-to-test)\n- [How to deploy](#how-to-deploy)\n\n## Architecture\n\n![Architecture](./asset/hyperlane-all.png)\n\n## Prerequisites\n\n- rust (wasm32-wasm32-unknown target)\n- go 1.20 or higher\n- llvm-cov\n\n## How to build\n\n```bash\nmake install-dev\n\nmake build\n```\n\n## How to test\n\n```bash\ncargo test --workspace --exclude hpl-tests\n\ncargo llvm-cov --workspace --exclude hpl-tests\n```\n\n## [How to deploy](./DEPLOYMENT.md)\n\n## Project Structure\n\n```text\n├── contracts\n│   │\n│   ├── core\n│   │   ├── mailbox\n│   │   └── va\n│   │\n│   ├── hooks\n│   │   ├── aggregate\n│   │   ├── fee # protocol fee\n│   │   ├── merkle\n│   │   ├── pausable\n│   │   ├── routing\n│   │   ├── routing-custom\n│   │   └── routing-fallback\n│   │\n│   ├── igps # also this is a part of `hook`\n│   │   ├── core\n│   │   └── oracle\n│   │\n│   ├── isms\n│   │   ├── aggregate\n│   │   ├── multisig\n│   │   ├── pausable\n│   │   └── routing\n│   │\n│   ├── mocks # for testing\n│   │   ├── mock-hook\n│   │   ├── mock-ism\n│   │   └── mock-msg-receiver\n│   │\n│   └── warp\n│       ├── cw20\n│       └── native\n│\n├── integration-test\n│\n├── packages\n│   │\n│   ├── connection # same as `MailboxClient` of evm implementation\n│   ├── interface # package for contract interfaces (external)\n│   ├── ownable\n│   ├── pausable\n│   └── router\n│\n├── scripts # useful scripts for development (e.g. code uploading. contract deployment)\n│\n└── ts\n    └── sdk # typescript sdk for contract integration. (auto generated via ts-codegen)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmany-things%2Fcw-hyperlane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmany-things%2Fcw-hyperlane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmany-things%2Fcw-hyperlane/lists"}