mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-05 15:43:12 +00:00
Backporting previous roadmap to help clarity on what is planned and changed in H2. Uses new format https://github.com/waku-org/pm/pull/299
32 lines
844 B
Markdown
32 lines
844 B
Markdown
# RLN Membership Management FURPS
|
|
|
|
## Functionality
|
|
|
|
1. Can generate RLN credentials.
|
|
2. Can insert RLN membership in smart contract, with accompanying deposit.
|
|
3. Can extend RLN membership on smart contract.
|
|
4. Can withdraw deposit from smart contract.
|
|
5. Membership credentials are encrypted by default on local disk.
|
|
|
|
## Usability
|
|
|
|
1. RLN membership details can be exported and imported.
|
|
2. Deployment details (address, chain id) are persisted by library and in exports.
|
|
|
|
## Reliability
|
|
|
|
1. Import and exports are interoperable across all implementations.
|
|
|
|
## Performance
|
|
|
|
1. ...
|
|
|
|
## Supportability
|
|
|
|
1. Browser application, using web3 wallet browser extensions.
|
|
|
|
## + (Privacy, Anonymity, Deployments)
|
|
|
|
1. Deployed on https://rln.waku.org
|
|
2. Available for Linea Sepolia Testnet contracts.
|
|
3. Proof generation and validation is out of scope. |