-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
ownerof the contract - More?
This needs a lot of feedback!
Metadata
Metadata
Assignees
Labels
No labels