We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieving membership details and adding them to the RlnInstance is something that any user of js-rln should do and are likely to copy-paste from https://github.com/waku-org/js-waku-examples/blob/b6d9942b113e51298ba9e4405997c3dc52bec908/rln-js/index.html#L259
RlnInstance
Same re listening to contract event add new memberships to RlnInstance.
Same re registering membership in contract: https://github.com/waku-org/js-waku-examples/blob/b6d9942b113e51298ba9e4405997c3dc52bec908/rln-js/index.html#L287
Provide a function helper that does that.
2 possibilities:
ethers
web3js
Not sure (2) is straight forward, might be easier to just go with (1) for now
The text was updated successfully, but these errors were encountered:
I am still not able to determine good API to cover this so @fryorcraken do you see other points for improvement here?
Sorry, something went wrong.
I see you have done improvement already with #43 . Let's use it in the examples and see how it looks.
Ok, so I'll define as follow up item next thing:
weboko
Successfully merging a pull request may close this issue.
Problem
Retrieving membership details and adding them to the
RlnInstance
is something that any user of js-rln should do and are likely to copy-paste from https://github.com/waku-org/js-waku-examples/blob/b6d9942b113e51298ba9e4405997c3dc52bec908/rln-js/index.html#L259Same re listening to contract event add new memberships to
RlnInstance
.Same re registering membership in contract: https://github.com/waku-org/js-waku-examples/blob/b6d9942b113e51298ba9e4405997c3dc52bec908/rln-js/index.html#L287
Solution
Provide a function helper that does that.
2 possibilities:
ethers
, hence we can setethers
as an optional dependencyethers
andweb3js
.Not sure (2) is straight forward, might be easier to just go with (1) for now
Acceptance Criteria
RlnInstance
and add new members toRlnInstance
by listening to contractThe text was updated successfully, but these errors were encountered: