-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from adikhanduri/patch-1
Update description.md
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
# Smart Account Modules | ||
|
||
The new Smart Account package provides a basic smart account contract whose functionalities & capabilities can be easily & securely extended as per their desired user journey. This is enabled by our modular architecture. Devs can plug-in programmable modules to enable specific use cases. | ||
|
||
|
||
Currently, we have these modules live: | ||
|
||
ECDSA Module: Regular EOA signature | ||
|
||
Passkey Module: Onboard with Face ID or biometrics | ||
|
||
Session Keys Module: Remove neccesity for signature within a defined session | ||
|
||
Multi-chain Validation Module: One signature to delegate actions on multiple chains | ||
|
||
Account Recovery Module: Ability to recover accounts if compromised | ||
|
||
|
||
In the future, the list will continously grow. We are also releasing a framework to enable the community to build more modules. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters