{"id":22421818,"url":"https://github.com/ringecosystem/ormpipe","last_synced_at":"2026-03-09T10:03:37.732Z","repository":{"id":188162598,"uuid":"676351034","full_name":"ringecosystem/ormpipe","owner":"ringecosystem","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-17T07:52:43.000Z","size":505,"stargazers_count":1,"open_issues_count":18,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-17T09:36:02.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ringecosystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-09T02:31:04.000Z","updated_at":"2025-09-17T07:52:25.000Z","dependencies_parsed_at":"2023-08-14T04:23:07.243Z","dependency_job_id":"a4739a9d-fca3-478b-9bcc-f79d6346d801","html_url":"https://github.com/ringecosystem/ormpipe","commit_stats":null,"previous_names":["darwinia-network/ormpipe","msgport/ormpipe","ringecosystem/ormpipe"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/ringecosystem/ormpipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringecosystem%2Formpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringecosystem%2Formpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringecosystem%2Formpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringecosystem%2Formpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ringecosystem","download_url":"https://codeload.github.com/ringecosystem/ormpipe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringecosystem%2Formpipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12-05T17:09:39.989Z","updated_at":"2026-03-09T10:03:37.694Z","avatar_url":"https://github.com/ringecosystem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ormpipe\n\nOrmpipe is ORMP relay program\nfor [Ormp](https://github.com/darwinia-network/ormp).\n\n## Usage\n\nThe first step is install ormpipe. you can use npm to install it.\n\n```bash\nnpm i -g @darwinia/ormpipe-cli\n```\n\nUpdate ormpipe please run\n\n```bash\nnpm update -g @darwinia/ormpipe-cli\n```\n\nif you like use docker you can\nsee [ormpile docker registry](https://github.com/darwinia-network/ormpipe/pkgs/container/ormpipe)\nto get new version.\n\n```bash\ndocker run -it --name=ormpipe \\\n  ghcr.io/darwinia-network/ormpipe:sha-277b2e6 \\\n  --help\n```\n\nOrmpipe have two roles named `oracle` and `relayer`, the `oracle` role do sign\nmessage and import message root (after execute multisig), the `relayer` role\nrelay message.\n\n## Run\n\n### Oracle\n\nOracle role works is sign message and submit multisig (only mainly node submit\nto multisig contract).\n\n**IMPORT**\n\n\u003e 1. All signed message will submit to Darwinia `submittion` contract, so you\n     should have some `RING` to pay fees.\n\u003e 2. If you run mainly node, you should have target chain token to pay fees.\n\n```bash\normpipe oracle \\\n  --enable-pair=sepolia-pangolin \\\n  --enable-pair=arbitrumsepolia-pangolin\n```\n\nIf you want to run mainly node, please add `--mainly` to your command.\n\n```bash\normpipe oracle \\\n  --enable-pair=sepolia-pangolin \\\n  --enable-pair=arbitrumsepolia-pangolin \\\n  --mainly\n```\n\n### Relayer\n\nRun realyer node you can follow this command\n\n```bash\normpipe relayer \\\n  --enable-pair=sepolia-pangolin \\\n  --enable-pair=arbitrumsepolia-pangolin\n```\n\n## Advance\n\n### Pairs\n\nOrmpipe support chains\n\n**Testnets**\n\n| -               | pangolin | sepolia | arbitrumsepolia |\n|-----------------|----------|---------|-----------------|\n| pangolin        | n        | y       | y               |\n| sepolia         | y        | n       | y               |\n| arbitrumsepolia | y        | y       | n               |\n\n**Mainnet**\n\n| -        | darwinia | crab | ethereum | arbitrum | polygon |\n|----------|----------|------|----------|----------|---------|\n| darwinia | n        | y    | y        | y        | y       |\n| crab     | y        | n    | n        | n        | n       |\n| ethereum | y        | n    | n        | y        | n       |\n| arbitrum | y        | n    | y        | n        | n       |\n| polygon  | y        | n    | n        | n        | n       |\n\n### Private key\n\nDefault Ormpipe program will ask you typing your private key, because this is\nsafety, Ormpipe also supports reading from environment variables, if you are\nwilling to do so.\n\n```bash\nexport ORMPIPE_SIGNER=0x123456\n```\n\n\u003e TIPS:\n\u003e You can set different account for different chain\n\u003e ```bash\n\u003e export ORMPIPE_SIGNER=0x123456\n\u003e export ORMPIPE_SIGNER_PANGOLIN=0x654321\n\u003e ```\n\n### Docker\n\nIf you want run Ormpipe use docker, you can follow this command\n\n```bash\ndocker run -it --name=ormpipe \\\n  -e ORMPIPE_SIGNER=0x1234 \\\n  ghcr.io/darwinia-network/ormpipe:sha-277b2e6 \\\n    oracle \\\n    --enable-pair=pangolin-sepolia\n```\n\nBest practice is to use docker compose.\n\n```bash\nversion: \"3\"\n\nservices:\n  ormpipe-testnets-oracle:\n    container_name: ormpipe-testnets-oracle\n    image: ghcr.io/darwinia-network/ormpipe:sha-277b2e6\n    restart: always\n    environment:\n      ORMPIPE_SIGNER: 0x123457\n    command:\n      - oracle\n      - --enable-pair=sepolia-pangolin\n      - --enable-pair=arbitrumsepolia-pangolin\n      - --enable-pair=sepolia-arbitrumsepolia\n```\n\nthen run `docker compose up -d` to start program.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringecosystem%2Formpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fringecosystem%2Formpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringecosystem%2Formpipe/lists"}