waku-org / nwaku

Waku node and protocol.
Other
202 stars 53 forks source link

feat: Allow to configure RLN via the REST API #1985

Open alrevuelta opened 1 year ago

alrevuelta commented 1 year ago

Allow to configure RLN via the REST API, by loading a keystore + password.

To be defined:

Unsure if we should develop this feature, but creating a tracker for discussion.

alrevuelta commented 1 year ago

geth for example has a command to import keys, but seems they don't have an rpc endpoin to do so, unsure if the reason is security. geth account import

in case it can serve for inspiration on wether to pursue this feature or not + alternatives.

https://geth.ethereum.org/docs/fundamentals/account-management#creating-accounts https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-personal https://geth.ethereum.org/docs/tools/clef/introduction