Closed Hares27 closed 1 year ago
Hi @Hares27 , Please review the above changes. I was expecting something like this. Please add more resources if there is any.
Hello @bansaltushar014 , I followed the official implementation of ERC1271.The resources you provided are also give more clarity on this.
ERC 1271 - Externally Owned Accounts (EOA) can sign messages with their associated private keys, but currently contracts cannot. It propose a standard way for any contracts to verify whether a signature on a behalf of a given contract is valid. This is possible via the implementation of a isValidSignature(hash, signature) function on the signing contract, which can be called to validate a signature.
Resources to follow: