Provide a easy way to access the Web3. No need to manage mnemonics, and user's passwords are never sent to the server.
The project we are submitting is called "Web3 Easy Access." Our goal is to make it easier for ordinary users to access the Web3 world. Currently, when people access the blockchain world, they usually need to manage mnemonic phrases or private keys. However, mnemonic phrases or private keys are difficult to remember. Moreover, users cannot modify the password for the same account, which means that once the mnemonic phrase or private key is leaked, the corresponding account will no longer be secure. Through the services provided by our system, users do not need to manage mnemonic phrases or private keys. Instead, they can control their accounts based on their personally defined password information. At the same time, the key feature of "decentralization" is retained, meaning that the server will never receive the user's password. With the correct password information, users can also modify their existing password information, achieving the traditional "change password" function.
During this hackathon, our project made significant progress. Compared to the early version, a major portion of the front-end code was refactored, resulting in improved interaction performance. Additionally, we adapted the system for the Neo X chain and successfully integrated it with the Neo X blockchain. Furthermore, a subgraph for querying NeoX was published on The Graph.
didn't