Skip to content

Commit

Permalink
Merge pull request #65 from adikhanduri/patch-1
Browse files Browse the repository at this point in the history
Update description.md
  • Loading branch information
tomarsachin2271 authored Sep 20, 2023
2 parents d985f18 + ba40348 commit 5f8fd1c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
23 changes: 23 additions & 0 deletions docs/Biconomy AA Stack/Account/Modules.md
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.

2 changes: 1 addition & 1 deletion docs/Biconomy AA Stack/Account/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"position": 1,
"link": {
"type": "generated-index",
"description": "Learn more about using the Biconomy Smart Account Package"
"description": "Learn more about using the Biconomy Smart Account Package. Explore how to plug in programmable modules. And how to build & send UserOps"
}
}
5 changes: 4 additions & 1 deletion docs/Biconomy AA Stack/Account/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
sidebar_position: 1
---
# Description
Add & customise programmble modules to extend certain Smart Account functionality. Then build & send the relevant UserOps.

Building and sending UserOperations is a key offering of any toolkit designed for ERC4337. The Biconomy account package stands as an exemplary toolkit in this regard. Meticulously crafted with developers' needs in mind, this package seamlessly integrates the essential features associated with ERC-4337. It simplifies the process of creating and sending UserOperations, thus optimizing the development and management of decentralized applications (dApps).

The Biconomy account package achieves this by providing a comprehensive set of methods that enable developers to effortlessly create UserOperations. Combined with the sophisticated backend infrastructure of the Biconomy platform, it ensures efficient and reliable transmission of these operations across EVM networks.
The Biconomy account package achieves this by providing a comprehensive set of methods that enable developers to effortlessly create UserOperations. Combined with the sophisticated backend infrastructure of the Biconomy platform, it ensures efficient and reliable transmission of these operations across EVM networks.

The Biconomy account package also supports the addition of modules. Each module unlocks new Smart Account functionality such as passkeys, session keys, account recovery etc.

0 comments on commit 5f8fd1c

Please sign in to comment.