{"id":19685707,"url":"https://github.com/dirt-road-development/rorrim-protocol","last_synced_at":"2026-04-20T14:04:08.991Z","repository":{"id":182885689,"uuid":"669223868","full_name":"Dirt-Road-Development/rorrim-protocol","owner":"Dirt-Road-Development","description":"Rirrom Protocol - a SKALE Network Protocol for Seamless asset movement","archived":false,"fork":false,"pushed_at":"2023-07-21T23:37:24.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T07:08:24.377Z","etag":null,"topics":["blockchain","evm","ima","innovation","mirror","rirrom","skale-network","solidity"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Dirt-Road-Development.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}},"created_at":"2023-07-21T16:42:41.000Z","updated_at":"2024-01-18T18:15:45.000Z","dependencies_parsed_at":"2023-07-22T01:45:53.031Z","dependency_job_id":null,"html_url":"https://github.com/Dirt-Road-Development/rorrim-protocol","commit_stats":null,"previous_names":["dirt-road-development/rirrom-protocol"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirt-Road-Development%2Frorrim-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirt-Road-Development%2Frorrim-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirt-Road-Development%2Frorrim-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirt-Road-Development%2Frorrim-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dirt-Road-Development","download_url":"https://codeload.github.com/Dirt-Road-Development/rorrim-protocol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240993586,"owners_count":19890418,"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":["blockchain","evm","ima","innovation","mirror","rirrom","skale-network","solidity"],"created_at":"2024-11-11T18:23:29.493Z","updated_at":"2026-04-20T14:04:03.942Z","avatar_url":"https://github.com/Dirt-Road-Development.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rorrim Protocol\n\n[![npm (tag)](https://img.shields.io/npm/v/@dirtroad/rorrim)](https://www.npmjs.com/package/@dirtroad/rorrim)\n\nRorrim Protocol is a SKALE specific smart contract protocol designed to help manage cross-chain NFT operations.\nThis software is currently a proof-of-concept to help simplify multi-chain interactions on SKALE.\n\n## Installation\n\nTo add to your project, run:\n\n```shell\nnpm add @dirtroad/rorrim\n```\n\n## Building\n\n### rorrim Contract\n\nTo add the rorrim (target) contract to your project, import the following in your Solidity contract:\n\n```solidity\nimport \"@dirtroad/rorrim/contracts/rirrorm/rorrimNFT.sol\";\n```\n\n### Calypso Contract\n\nTo add the calypso (target) contract to your project, import the following in your Solidity contract:\n\n```solidity\nimport \"@dirtroad/rorrim/contracts/rirrorm/CalypsoNFT.sol\";\n```\n\n### Extending the rorrim Protocol\n\nTo extend the protocol to work on other SKALE Chains you can:\n\n- Write your own launch script. See the default task at [Default Launch Task](./tasks)\n- Write your own contracts that inherit the above and update or edit the [Default Launch Task](./tasks). For examples of extending the existing contracts see the [Mocks](./contracts/mocks/)\n\n## Deployment (Launch)\n\nTo deploy the base protocol you must do the following:\n\n1. Add a private key without the 0x to a .env file `cp .env.example .env \u0026\u0026 vim .env`\n2. Make sure your ethereum account has deployer role on the necessary chains i.e Calypso/Nebula (Note - Chaos does not require deployer role)\n\nOnce complete, run the following to launch the protocol:\n\n```shell\n// Deploy on Mainnet (Calypso \u0026 Nebula)\nnpx hardhat launch --location mainnet --name \u003cyour-nft-contract-name\u003e --symbol \u003cyour-nft-contract-symbol\u003e\n\n// Deploy on Testnet (Calypso \u0026 Nebula)\nnpx hardhat launch --location testnet --name \u003cyour-nft-contract-name\u003e --symbol \u003cyour-nft-contract-symbol\u003e\n\n// Deploy on Testnet (Calypso \u0026 Chaos)\nnpx hardhat launch --location testnet-chaos --name \u003cyour-nft-contract-name\u003e --symbol \u003cyour-nft-contract-symbol\u003e\n```\n\n### Security and Liability\n\nThe rorrim Protocol contracts and code is WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirt-road-development%2Frorrim-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirt-road-development%2Frorrim-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirt-road-development%2Frorrim-protocol/lists"}