How do we handle user tokens?
- Should we create a wallet for each user to hold their tokens?
- Or should we use some sort of Vault contract to hold all user tokens?
Wallets:
- We need to keep the private keys somewhere.
- Security would be tougher.
- More?
Vault Contract:
- All users in a single contract
- Only need to secure one contract
- Server is the
owner of the contract
- More?
This needs a lot of feedback!
How do we handle user tokens?
Wallets:
Vault Contract:
ownerof the contractThis needs a lot of feedback!