This is a feature request
Problem
This is planned work for js-waku PoC that @alrevuelta proposed here - waku-org/research#79 (comment)
Proposed Solutions
Needs to be done:
- (if not done) update
zerokit wasm to expose added API for generating proofs by passing only roots;
- use this API in
@waku/rln here
- update
Encoder/Decoder to use new API;
- create PoC based on the example to use the changes;
After that we can sync on discussing next steps.
Notes