mirror of
https://github.com/logos-co/logos-rln-modules.git
synced 2026-08-27 13:01:15 +00:00
The module stack, renamed at extraction so the flagship name goes to the module that owns the RLN surface: - logos-lez-rln-module (liblogos_lez_rln_module) — the LEZ RLN registry provider (chain reads, Register tx, faucet funding); previously logos-rln-module. - logos-rln-module (liblogos_rln_module) — the membership-management module (RLN-MEMBERSHIP-MANAGEMENT): credential generation + keystore, registration lifecycle, proof generation/verification; previously logos-rln-membership-module. - logos-rln-membership-ui — the Basecamp GUI driving both. Ships with the release tooling (tools/publish.sh + tools/catalog-gen.py, the release and rln-module workflows) and a root flake aggregating the module flakes. rln-layouts (the on-chain borsh wire) is consumed as a cargo git dependency pinned to the logos-lez-rln rev whose deployed programs the modules must match.