Open alrevuelta opened 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
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.