I am doing a POC block chain application, not a crypto currency once.
I saw many examples determining user by using msg.sender attribute, my question is can we manage users in block chain app like we do in regular applications?
Or
Do all users need to have an EOA type account ?