{"id":25107326,"url":"https://github.com/erc7824/nitro","last_synced_at":"2025-10-12T21:50:07.989Z","repository":{"id":276323509,"uuid":"928910797","full_name":"erc7824/nitro","owner":"erc7824","description":"ERC-7824 Nitro reference implementation","archived":false,"fork":false,"pushed_at":"2025-03-11T16:00:36.000Z","size":67,"stargazers_count":6,"open_issues_count":0,"forks_count":9,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-02T08:17:42.393Z","etag":null,"topics":["erc-7824","erc7824","ethereum","evm","layer-3","nitro","statechannels"],"latest_commit_sha":null,"homepage":"https://erc7824.org/","language":"Solidity","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/erc7824.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}},"created_at":"2025-02-07T13:14:31.000Z","updated_at":"2025-03-27T08:46:30.000Z","dependencies_parsed_at":"2025-02-07T15:24:01.329Z","dependency_job_id":"3ccde730-60c5-45ce-837e-b2e90d4342e2","html_url":"https://github.com/erc7824/nitro","commit_stats":null,"previous_names":["erc7824/nitro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erc7824/nitro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erc7824%2Fnitro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erc7824%2Fnitro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erc7824%2Fnitro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erc7824%2Fnitro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erc7824","download_url":"https://codeload.github.com/erc7824/nitro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erc7824%2Fnitro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013128,"owners_count":26085232,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["erc-7824","erc7824","ethereum","evm","layer-3","nitro","statechannels"],"created_at":"2025-02-07T23:37:54.521Z","updated_at":"2025-10-12T21:50:07.938Z","avatar_url":"https://github.com/erc7824.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERC-7824 Reference Implementation\n\nThis repository is a reference implementation of [ERC-7824](./erc-7824.md), providing a framework for off-chain state channels with built-in dispute resolution and asset management. It features:\n\n• Core interfaces for channel definitions and dispute resolution (INitroAdjudicator, IForceMove, IMultiAssetHolder, etc.)  \n• Example usage of Nitro-based state channels  \n• An optional application pattern (e.g., CountingApp) demonstrating how to extend the framework  \n\n## Architecture Overview\n\nBelow is a high-level diagram of how the interfaces in this repository relate to one another:\n\n```mermaid\nflowchart LR\n    subgraph NitroAdjudicator\n        A[INitroAdjudicator] --\u003e B[IMultiAssetHolder]\n        A --\u003e C[IForceMove]\n    end\n\n    subgraph ForceMove\n        C --\u003e D[INitroTypes]\n        E[IForceMoveApp] --\u003e D\n    end\n\n    F[IStatusManager]:::gray\n```\n\nNote:  \n• INitroAdjudicator extends IForceMove \u0026 IMultiAssetHolder.  \n• IForceMove and IForceMoveApp rely on the data types in INitroTypes.  \n• IStatusManager provides status-tracking (e.g., channel lifecycle).  \n\n## Foundry Usage\n\nThis project uses Foundry (a fast and portable toolkit for Ethereum application development written in Rust).\n\n• Forge → build, test, and manage your Solidity projects (similar to Truffle, Hardhat, or DappTools).  \n• Cast → Swiss army knife for interacting with on-chain data.  \n• Anvil → Local Ethereum node (similar to Ganache or Hardhat Network).  \n• Chisel → Fast and verbose Solidity REPL.\n\nBelow are common commands:\n\n### Build and test\n```bash\nforge build\nforge test\n```\n\n## Contributing\n\nContributions, issues, and pull requests are welcome! Feel free to explore, experiment, and extend this framework to suit various off-chain state channel use cases.\n\n## License\n\nAll code is released under an MIT open-source license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferc7824%2Fnitro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferc7824%2Fnitro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferc7824%2Fnitro/lists"}