Account Abstraction
Conceptual overview of Account Abstraction in IOTA: components, authentication model, and developer guidance
Move Virtual Machine.
View all tagsConceptual overview of Account Abstraction in IOTA: components, authentication model, and developer guidance
The five components of Account Abstraction in IOTA and how they relate to each other
How to authenticate an account using public key verification in Move
How to create accounts that allow any member of a group to authenticate using zero-knowledge Merkle tree membership proofs
How to create accounts that require a weighted threshold of member approvals before a transaction can execute
How to create an account using the builder pattern in Move
How to create a basic authenticator function in Move
How to create and manage time-locked accounts with unlock time restrictions
Design principles for third-party developers using Account Abstraction in IOTA
How to create accounts that enforce a maximum withdrawal amount per transaction using intent-aware authentication
How to add, remove, and borrow dynamic fields on an account in Move
How to pre-authorize multiple transactions with a single signature using Merkle tree-based authentication
Learn about Programmable Transaction Blocks (PTBs) in IOTA and how they enhance smart contract efficiency.
How to control which Move functions a key can call on an account
How to rotate the authenticator function of an account in Move