AnhVAR
AnhVAR
 Here is my idea for that. The main account will store in wallets, each application like game, social will be generate Session Account to do all action without need...
https://github.com/gnolang/gno/assets/133180467/6c2e1df5-2da1-4ea4-91ef-308cde74999e We made a sample demo follow our solution. You can see in video, we made a smart contract, we can link with main account with session account. After that,...
@jaekwon Should we build a feature that is only an account session, or should we build a feature that is similar to account abstraction on ETH? https://github.com/gnolang/hackerspace/issues/58
Here are a few ideas I have regarding session accounts: 1. Implement session time limits: I believe that session accounts should have a session time limit, meaning that the account's...
@moul What do you think above our team idea?
I think we can mix the following ideas: There will be two types of namespaces. 1. The first type is an unverified namespace, where users can register for free. This...