Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 355 Bytes

ERC1271.md

File metadata and controls

7 lines (5 loc) · 355 Bytes

ERC-1271: Standard Signature Validation Method for Contracts

https://eips.ethereum.org/EIPS/eip-1271

  1. Contracts can't sign messages like EOA's, this provides a way to verify if signatures sent on behalf of contracts are valid.
  2. Must implement isValidSignature function erc1271