Skip to content

Commit

Permalink
Merge branch 'main' of github.com:iotexproject/account-abstraction-co…
Browse files Browse the repository at this point in the history
…ntracts
  • Loading branch information
ququzone committed Jul 18, 2023
2 parents 34ab9e8 + 5c3bb74 commit f0430fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

### Core contracts

The contracts under the `contracts/accounts/secp256r1` directory are core contracts for IoTeX account abstraction.
The Account Abstraction contracts are based on openzeppelin audited contracts EIP 4337 version 0.6.

Those contract implement a smart contract account use secp256r1 elliptic curve signatures. The `contracts/accounts/secp256r1/Secp256r1.sol` is use IoTeX precompiled contract to verify secp256r1 signature.
https://github.com/eth-infinitism/account-abstraction/releases/tag/v0.6.0

The contracts located in the `contracts/accounts/secp256r1` directory are core contracts for IoTeX account abstraction.

These contracts implement a smart contract account that uses secp256r1 elliptic curve signatures. The `contracts/accounts/secp256r1/Secp256r1.sol` contract uses IoTeX precompiled contract to verify secp256r1 signatures.

0 comments on commit f0430fe

Please sign in to comment.