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.
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 injectweb3
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: