marc

@sednaoui

https://candide.dev

Joined on May 29, 2021

  • Reference links Recovery Explainer: https://docs.candide.dev/blog/making-accounts-recoverable/ Account Recovery Contracts and Audits: https://github.com/candidelabs/candide-contracts SDK Recovery Docs: https://docs.candide.dev/wallet/plugins/recovery-with-guardians/ Diagram Untitled-2024-10-11-1438(8) Features Signature Aggregation
     Like  Bookmark
  • Recover a Safe Account with Google using AbstractionKit (Guide 2/2) This is the second of two guides on how to recovery a Safe Account using Google. In the first guide, we show the steps on how to add the recovery method. We recommend starting with the first guide here. What is AbstractionKit? AbstractionKit is a Typescript Library to easily build on Account Abstraction, with first class support for Safe Accounts. One of their usecases is to enable users to add recovery methods as a backup in case their use their main signer. To leverage the full potential of Account Abstraction, you can combine Lit with AbstractionKit to enable email / social recovery experience, while using a Smart Account as the smart wallet to sponsor gas for users, batch transactions, and more. Relevant Links For additional information during this guide:
     Like  Bookmark
  • Add a Google Account as Safe Recovery Method using Lit (Guide 1/2) This is the first of the two guides on how to add a google account as a recovery method for a Safe. In the second guide, we show the steps to execute the recovery. What is Lit Protocol? Lit is a decentralized network for signing and encryption. One of their usecases is to enable users to login using various authentication methods like Social Logins and Email OTP. To leverage the full potential of Account Abstraction, you can combine Lit with AbstractionKit to enable email / social recovery experience, while using a Smart Account as the smart wallet to sponsor gas for users, batch transactions, and more. Relevant links For additional information during this guide:
     Like  Bookmark