Account recovery module integration #587
himanshugarg06
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Account recovery module is highly inspired by Vitalik's article https://vitalik.eth.limo/general/2021/01/11/recovery.html
which preserves the privacy of guardians.
In essence, three key components are required:
i. Setting up recovery and enabling the module.
ii. Executing the recovery operation (user operation).
Setting up the recovery process involves enabling the Account Recovery module and configuring it (using
initForSmartAccount
). Key elements include:Testcase integration: https://github.com/bcnmy/scw-contracts/blob/develop/test/bundler-integration/module/AccountRecovery.Module.specs.ts#L175
Contract address: https://polygonscan.com/address/0x0000070c210e86261752e5b5656db4cff9b5f38b#code
Beta Was this translation helpful? Give feedback.
All reactions