Simply reject any contract where the sender public key is nil or if the recipient is the sha-256 hash of the sender public key. Also remove the authorizedMinters parameter.
Since phase 1 is centralized, there will be not real need to incentivize minting and thus not required for MVP. This will be a feature in phase 2 instead.
Simply reject any contract where the sender public key is
nil
or if the recipient is the sha-256 hash of the sender public key. Also remove theauthorizedMinters
parameter.Since phase 1 is centralized, there will be not real need to incentivize minting and thus not required for MVP. This will be a feature in phase 2 instead.