Account Abstraction
Account Abstract Summary
What is an abstract summary of an account?
In our project, Account Abstraction (AA) includes two layers of meaning, namely, on the one hand, it allows the creation of smart contract accounts, which can have their own logic to interact with the network; On the other hand, accounts must be abstracted like traditional internet account systems, making it easy for a large number of players to register quickly and easily, without the need to understand a lot of unnecessary technical issues.
The first aspect of encrypted accounts is needless to say. We will use industry-leading methods, and the main chain of Sui has also made many innovations in the field of accounts, which can fully support our entire project.
Specifically, we need to thoroughly address the issues of ease of use and practicality in account registration for ordinary non encrypted circle users. Solving this problem mainly involves the following considerations:
Users do not necessarily need to understand the technical background of the wallet, as it is not necessary.
Just like you use Twitter, do you need to know the technical issues with registering your account? No, you only need to provide the email settings password to handle it. There is no need to understand any other technical issues.
Users do not necessarily have to record a large set of keys, and it is also an anti human design.
Based on this, we provide an innovative solution, which is to encrypt and save the user's key into a confidential contract.
Users are aware of the security of their account book and do not need to worry about the security of funds in their account.
On traditional internet products, such as platforms such as Amazon and eBay, users have a large amount of funds invested in them, but they never worry about any issues with these funds. So on Wandering Warrior, we are also responsible for account security, allowing users to return to the happy process of playing games. This is also an important strategy to attract a large number of non encrypted users and ultimately achieve the goal of 1 million daily online players.
Ease of use and familiarity of account product ue interaction design
At present, the account system design of mainstream encryption projects is completely different from that of traditional Internet products. This makes traditional internet users feel unfamiliar, as encrypted accounts require new usage habits and the cost of understanding new background technologies. But these costs are completely unnecessary for users to bear. We adopt the traditional web2 account ue design method, and it is very important for users to be very familiar with the operations.
Last updated