Create RLN script to extend membership

This commit is contained in:
Ivan Folgueira Bande 2025-08-07 10:07:16 +02:00
parent c2e3a050b8
commit c905e1c986
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
1. RLN membership details can be exported and imported.
2. Deployment details (address, chain id) are persisted by library and in exports.
3. Create script to extend existing memberships.
## Reliability

View File

@ -55,6 +55,7 @@ See deliverables.
- U1. RLN membership details can be exported and imported.
- U2. Deployment details (address, chain id) are persisted by library and in exports.
- U3. Create script to extend existing memberships.
- R1. Import and exports are interoperable across all implementations.