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

Support Import and Export of RLN Credentials #48

Closed fryorcraken closed 1 year ago

fryorcraken commented 1 year ago

See https://github.com/waku-org/nwaku/issues/1278#issuecomment-1423319660

Cc @s1fr0

weboko commented 1 year ago

Let's align on the outcome of this issue and particular API to be implemented.

fryorcraken commented 1 year ago

Support the import of export of ZK credentials in RLN js as implemented in https://github.com/waku-org/nwaku/pull/1285

Do note that I think we may want to split the current rln-js example in two:

  1. uses wallet signature
  2. Uses this (and possibly deprecated old import)
weboko commented 1 year ago

Resolving with Keystore supporting export functionality. https://github.com/waku-org/js-rln/pull/70