Skip to content

Commit

Permalink
Change Pemissionless to permissionless
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 29, 2024
1 parent b4506b9 commit 7aae3cc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview of Supported Account Types in Permissionless.js
# Overview of Supported Account Types in permissionless.js

Permissionless.js supports 8 types of accounts. Below is an overview of each account type and their key features:
permissionless.js supports 8 types of accounts. Below is an overview of each account type and their key features:

1. **Safe**
2. **Kernel**
Expand All @@ -18,7 +18,7 @@ Permissionless.js supports 8 types of accounts. Below is an overview of each acc
[Safe](https://safe.global) is a robust and widely used Ethereum smart account provider. With its ERC-4337 module, Safe accounts can integrate with ERC-4337 bundlers and paymasters.

- **ERC-7579 Support**: Yes, via [Rhinestone's safe7579](https://github.com/rhinestonewtf/safe7579) module.
- **Passkeys Support**: Supported through [Safe's passkey module](https://github.com/safe-global/safe-modules/blob/466a9b8ef169003c5df856c6ecd295e6ecb9e99d/modules/passkey/README.md); not yet supported in Permissionless.js.
- **Passkeys Support**: Supported through [Safe's passkey module](https://github.com/safe-global/safe-modules/blob/466a9b8ef169003c5df856c6ecd295e6ecb9e99d/modules/passkey/README.md); not yet supported in permissionless.js.
- **Multiple Signers**: Yes, as Safe is one of the first multi-signature smart accounts.
- **Chain Support**: Available on all chains where Safe factories are deployed.
- **Usage Stats**: ~34,958 Safe accounts created in the last 6 months ([source](https://stats.pimlico.io/factories)).
Expand All @@ -42,7 +42,7 @@ Permissionless.js supports 8 types of accounts. Below is an overview of each acc
[Biconomy Nexus](https://github.com/bcnmy/nexus) focuses on modularity, security, and scalability. Support for the older Biconomy Smart Account is being deprecated in favor of Nexus.

- **ERC-7579 Support**: Yes.
- **Passkeys Support**: Supported via Rhinestone's Passkeys Validator (not yet in Permissionless.js).
- **Passkeys Support**: Supported via Rhinestone's Passkeys Validator (not yet in permissionless.js).
- **Multiple Signers**: Enabled using Rhinestone's session keys module.
- **Usage Stats**: ~314 Nexus accounts and 224,758 Biconomy v2 accounts created in the last 6 months ([source](https://stats.pimlico.io/factories)).
- **Audits**: Audited by [Cyfrin](https://github.com/bcnmy/nexus/blob/dev/audits/CodeHawks-Cyfrin-Competition-170924.pdf) and [Spearbit](https://github.com/bcnmy/nexus/blob/dev/audits/report-cantinacode-biconomy-0708-final.pdf).
Expand Down

0 comments on commit 7aae3cc

Please sign in to comment.