You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2023. It is now read-only.
Originally, the App term has been introduced in order to distinguish between two different kinds of Account:
Simple Account
Smart-Contract Account
Recently, the team has voted for shifting towards the Account Abstraction (a.k.a Account Unification) model.
This decision turns the App term to being redundant.
Moreover, keeping using the term App it might cause confusion to people since there is no difference between an App and Account - all Accounts are now (for the v0.3) of the same model.
Originally, the
Appterm has been introduced in order to distinguish between two different kinds of Account:SimpleAccountSmart-ContractAccountRecently, the team has voted for shifting towards the
Account Abstraction(a.k.aAccount Unification) model.This decision turns the
Appterm to being redundant.Moreover, keeping using the term
Appit might cause confusion to people since there is no difference between anAppandAccount- allAccounts are now (for the v0.3) of the same model.This means that we'll use this terminology:
Deploy TemplateSpawn Account(out of a givenTemplate)Call AccountRelated: