Skip to content

Token Handling #1

@Alonski

Description

@Alonski

How do we handle user tokens?

  1. Should we create a wallet for each user to hold their tokens?
  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions