Currently it is error prone when confidentially minting ZK tokens.
The last minted total can be lost or decoupled from the current deploy, necessitating de-deployed the ZK token contract and re-minting.
This will not suffice in a production setting, although for now, when users load the demo, it's okay-ish for their balances to be reset to zero.
This will need a more thought-out plan or an administrative web interface that will let ZK token owners see the last total notes minted and their tx hashes, so that we can query (e.g. from Infura) the mintee note hash fro the EVM log.
Currently it is error prone when confidentially minting ZK tokens. The last minted total can be lost or decoupled from the current deploy, necessitating de-deployed the ZK token contract and re-minting.
This will not suffice in a production setting, although for now, when users load the demo, it's okay-ish for their balances to be reset to zero.
This will need a more thought-out plan or an administrative web interface that will let ZK token owners see the last total notes minted and their tx hashes, so that we can query (e.g. from Infura) the mintee note hash fro the EVM log.