waku-org / js-rln

Browser library providing the cryptographic functions for Waku RLN Relay https://rfc.vac.dev/spec/17/
Apache License 2.0
5 stars 1 forks source link

Add RLN Contract abstraction #43

Closed weboko closed 1 year ago

weboko commented 1 year ago

What: Implementation of RLN Contract abstraction with two useful methods to handle members and to register as a member. Abstraction uses ethers inside but for next iteration I can extend and allow to inject web3 or some abstract interface as proposed in original issue.

It addresses improvement proposition from this issues: https://github.com/waku-org/js-waku-examples/issues/163 https://github.com/waku-org/js-rln/issues/29

TODO: