{"id":15146900,"url":"https://github.com/cuprate/cuprate","last_synced_at":"2025-10-23T18:33:11.702Z","repository":{"id":65759619,"uuid":"597493739","full_name":"Cuprate/cuprate","owner":"Cuprate","description":"Cuprate, an upcoming experimental, modern \u0026 secure Monero node. Written in Rust","archived":false,"fork":false,"pushed_at":"2025-05-13T23:50:35.000Z","size":7449,"stargazers_count":257,"open_issues_count":95,"forks_count":37,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-15T07:04:41.402Z","etag":null,"topics":["cryptocurrency","monero","monero-integrations","monerod","network","network-programming","peer-to-peer","rust","rust-lang","security"],"latest_commit_sha":null,"homepage":"https://cuprate.org/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cuprate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-04T18:12:20.000Z","updated_at":"2025-05-13T00:59:55.000Z","dependencies_parsed_at":"2023-02-25T22:45:54.546Z","dependency_job_id":"4812225f-2906-4e96-85ec-f73330e7268c","html_url":"https://github.com/Cuprate/cuprate","commit_stats":{"total_commits":330,"total_committers":11,"mean_commits":30.0,"dds":0.6303030303030304,"last_synced_commit":"978d72b6c14f27bd61836d90f304d766cc7a93f2"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuprate%2Fcuprate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuprate%2Fcuprate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuprate%2Fcuprate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuprate%2Fcuprate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cuprate","download_url":"https://codeload.github.com/Cuprate/cuprate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292039,"owners_count":22046426,"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":["cryptocurrency","monero","monero-integrations","monerod","network","network-programming","peer-to-peer","rust","rust-lang","security"],"created_at":"2024-09-26T12:20:29.628Z","updated_at":"2025-10-23T18:33:06.600Z","avatar_url":"https://github.com/Cuprate.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg src=\"misc/logo/wordmark/CuprateWordmark.svg\" width=\"50%\"/\u003e\n\nAn alternative Monero node implementation.\n\n_(work-in-progress)_\n\n[![Matrix](https://img.shields.io/badge/Matrix-Cuprate-white?logo=matrix\u0026labelColor=grey\u0026logoColor=white)](https://matrix.to/#/#cuprate:monero.social) [![CI](https://github.com/Cuprate/cuprate/actions/workflows/ci.yml/badge.svg)](https://github.com/Cuprate/cuprate/actions/workflows/ci.yml)\n\n\u003c/div\u003e\n\n## Contents\n\n- [About](#about)\n- [Books](#books)\n- [Crates](#crates)\n- [Contributing](#contributing)\n- [Security](#security)\n- [License](#license)\n\n\u003c!--\nTODO: add these sections someday.\n- [Status](#status) // when we're near v1.0.0\n- [Getting help](#getting-help) // issue tracker, user book, matrix channels, etc\n- [Build](#build)\n\t- [Windows](#windows)\n\t- [macOS](#macOS)\n\t- [Linux](#Linux)\n--\u003e\n\n## About\n\nCuprate is an effort to create an alternative [Monero](https://getmonero.org) node implementation\nin [Rust](https://rust-lang.org).\n\nIt will be able to independently validate Monero consensus rules, providing a layer of security and redundancy for the\nMonero network.\n\n\u003c!-- TODO: add some details about what Cuprate is and is not, goals, status --\u003e\n\n## Books\n\n_Cuprate is currently a work-in-progress; documentation will be changing/unfinished._\n\nCuprate maintains various documentation books:\n\n| Book                                                            | Description                                                |\n|-----------------------------------------------------------------|------------------------------------------------------------|\n| [Cuprate's architecture book](https://architecture.cuprate.org) | Documents Cuprate's internal architecture \u0026 implementation |\n| [Monero's protocol book](https://monero-book.cuprate.org)       | Documents the Monero protocol                              |\n| [Cuprate's user book](https://user.cuprate.org)                 | Practical user-guide for using `cuprated`                  |\n\n## Crates\nFor a detailed list of all crates, see: \u003chttps://architecture.cuprate.org/appendix/crates.html\u003e.\n\nFor crate (library) documentation, see: \u003chttps://doc.cuprate.org\u003e. This site holds documentation for Cuprate's crates and all dependencies. All Cuprate crates start with `cuprate_`, for example: [`cuprate_database`](https://doc.cuprate.org/cuprate_database).\n\n## Contributing\n\nSee [`CONTRIBUTING.md`](/CONTRIBUTING.md).\n\n## Security\n\nCuprate has a responsible vulnerability disclosure policy, see [`SECURITY.md`](/SECURITY.md).\n\n## License\n\nThe `binaries/` directory is licensed under AGPL-3.0, everything else is licensed under MIT.\n\nSee [`LICENSE`](/LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuprate%2Fcuprate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuprate%2Fcuprate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuprate%2Fcuprate/lists"}