Open RuanAragao opened 3 years ago
hey I'd do something like number-timestamp-hash and for the hash I'd use bcrypt (one way encryption)
Hi, i think the web3 method is good. https://web3js.readthedocs.io/en/v1.5.2/web3-eth-accounts.html#wallet-create
Upon receiving a request, generate a unique private key linked to the number and timestamp. This key will be used to validate ticket holder ownership.
How would be the best way to do this? Generate a hash? What kind?